Browse Source

选择三级目录的bug

star7th 9 years ago
parent
commit
4748641b72
2 changed files with 1 additions and 3 deletions
  1. 1 1
      Application/Home/View/Page/edit.html
  2. 0 2
      Public/js/page/edit.js

+ 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();
         }
 
       },