Browse Source

fix create document

Alex Aragon 8 years ago
parent
commit
2679638bc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/document/create_document.php

+ 1 - 1
main/document/create_document.php

@@ -30,7 +30,7 @@ $(document).ready(function() {
 
     $("#hide_bar_template").click(function() {
         
-        $("#template_col").toggleClass("hide");
+        $("#expand").toggleClass("hide");
         $("#expand").toggleClass("hide");
         $("#contract").toggleClass("hide");