File "export_output.js"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/js/dist/export_output.js
File size: 364 bytes
MIME-type: text/plain
Charset: utf-8

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');
  });
});