1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Remove CodeMirror

This commit is contained in:
Jakub Vrana
2011-07-26 22:20:26 +02:00
parent 1c415dbcf8
commit 71efbc545a

View File

@@ -798,7 +798,6 @@ DROP PROCEDURE adminer_alter;
foreach (array("bac", "bra", "sqlite_quo", "mssql_bra") as $val) {
echo "jushLinks.$val = jushLinks.$jush;\n";
}
echo "var cmComplete = [ '" . implode("', '", array_map('js_escape', array_keys($tables))) . "' ];\n";
echo "</script>\n";
}
}