Update website
This commit is contained in:
parent
0a686aeb9a
commit
c4ffa0f6ee
4360 changed files with 1727 additions and 718385 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