Path : /var/www/html/smartcirqls.comxxx/html/phpMyAdmin-4.9.1-all-languages/js/ |
Current File : /var/www/html/smartcirqls.comxxx/html/phpMyAdmin-4.9.1-all-languages/js/export_output.js |
/* vim: set expandtab sw=4 ts=4 sts=4: */ AJAX.registerOnload('export_output.js', function () { $(document).on('keydown', function (e) { if ((e.which || e.keyCode) === 116) { e.preventDefault(); $('#export_refresh_form').submit(); } }); });