star7th 9 жил өмнө
parent
commit
4748641b72

+ 1 - 1
Application/Home/View/Page/edit.html

@@ -91,4 +91,4 @@
 <script src="__PUBLIC__/editor.md/plugins/table-dialog/table-dialog.js"></script>
 <script src="__PUBLIC__/editor.md/plugins/reference-link-dialog/reference-link-dialog.js"></script>
 
-<script src="__PUBLIC__/js/page/edit.js?v=1.1.2third"></script>
+<script src="__PUBLIC__/js/page/edit.js?v=1.1.2thirdon"></script>

+ 0 - 2
Public/js/page/edit.js

@@ -59,10 +59,8 @@ $(function() {
 
             cat_html += ' ">' + json[i].cat_name + '</OPTION>';
             $("#parent_cat_id").append(cat_html);
-            $("#li_parent_cat").show();
           };
         }else{
-          $("#li_parent_cat").hide();
         }
 
       },