PDF rausgenommen
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
$(document).ready(function () {
|
||||
$('#showSql').click(function (e) {
|
||||
e.preventDefault();
|
||||
$('.sqlQueries').toggle();
|
||||
});
|
||||
$('#upgradeCorePluginsForm').submit(function () {
|
||||
$('input[type=submit]', this)
|
||||
.prop('disabled', 'disabled')
|
||||
.val($('#upgradeCorePluginsForm').data('updating'));
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user