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 f182d85 commit d14508eCopy full SHA for d14508e
src/hooks/updates.js
@@ -274,10 +274,12 @@ function build() {
274
rel: 'noreferrer',
275
target: 'updateUserScript',
276
})
277
- .addClass('btn btn-primary')
278
- .on('click', () => {
+ .addClass('btn btn-success')
+ .on('click auxclick', () => {
279
refreshButton();
280
- button.addClass('btn-success');
+ button
281
+ .removeClass('btn-success')
282
+ .addClass('btn-primary');
283
});
284
container.append($('<fieldset>').append(
285
$('<legend>').text(name),
0 commit comments