Update website
This commit is contained in:
parent
bb4b0f9be8
commit
011b183e28
4263 changed files with 3014 additions and 720369 deletions
12
admin/phpMyAdmin/js/dist/export_output.js
vendored
12
admin/phpMyAdmin/js/dist/export_output.js
vendored
|
@ -1,12 +0,0 @@
|
|||
AJAX.registerOnload('export_output.js', function () {
|
||||
$(document).on('keydown', function (e) {
|
||||
if ((e.which || e.keyCode) === 116) {
|
||||
e.preventDefault();
|
||||
$('#export_refresh_form').trigger('submit');
|
||||
}
|
||||
});
|
||||
$('.export_refresh_btn').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$('#export_refresh_form').trigger('submit');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue