aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/js/transformations/sql_editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/js/transformations/sql_editor.js')
-rw-r--r--srcs/phpmyadmin/js/transformations/sql_editor.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/srcs/phpmyadmin/js/transformations/sql_editor.js b/srcs/phpmyadmin/js/transformations/sql_editor.js
deleted file mode 100644
index 18139f3..0000000
--- a/srcs/phpmyadmin/js/transformations/sql_editor.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * 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');
- });
-});