We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73ff7f commit 26f4dbcCopy full SHA for 26f4dbc
ui/widgets/spinner.js
@@ -230,8 +230,7 @@ $.widget( "ui.spinner", {
230
231
// Add buttons
232
.append(
233
- "<a></a>" +
234
- "<a></a>"
+ "<a></a><a></a>"
235
);
236
},
237
@@ -564,9 +563,7 @@ if ( $.uiBackCompat !== false ) {
564
563
565
566
_buttonHtml: function() {
567
- return "" +
568
569
- "<a></a>";
+ return "<a></a><a></a>";
570
}
571
} );
572
0 commit comments