mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 10:49:22 +02:00
Comment unused variable
This commit is contained in:
parent
96a7c43cb5
commit
16aeb12111
@ -29,7 +29,7 @@ function performInstall(url) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
// On completed
|
// On completed
|
||||||
ajaxRequest.done(function(data) {
|
ajaxRequest.done(function(/*data*/) {
|
||||||
$('#spinner').hide();
|
$('#spinner').hide();
|
||||||
$('#reload_button').show();
|
$('#reload_button').show();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user