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

Fix handling of long text in SQL textarea

This commit is contained in:
Jakub Vrana
2014-01-11 09:37:34 -08:00
parent 740843446f
commit 55ad89b309
4 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ class Adminer {
<link rel="stylesheet" type="text/css" href="../externals/jush/jush.css">
<script type="text/javascript" src="../externals/jush/modules/jush.js"></script>
<script type="text/javascript" src="../externals/jush/modules/jush-textarea.js"></script>
<script type="text/javascript" src="../externals/jush/modules/jush-txt.js"></script>
<script type="text/javascript" src="../externals/jush/modules/jush-<?php echo $jush; ?>.js"></script>
<?php
return true;