Files
GseTDDUebungKCLR/database/phpMyAdmin/js/dist/transformations/sql_editor.js
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

10 lines
267 B
JavaScript

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