File "sql_editor.js"

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

/**
 * SQL syntax highlighting transformation plugin js
 *
 * @package PhpMyAdmin
 */
AJAX.registerOnload('transformations/sql_editor.js', function () {
  $('textarea.transform_sql_editor').each(function () {
    Functions.getSqlEditor($(this), {}, 'both');
  });
});