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

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

@@ -92,7 +92,7 @@
 <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.2thirdon"></script>
+<script src="__PUBLIC__/js/page/edit.js?v=1.1.2thirdonm"></script>
 <if condition="LANG_SET=='en-us'">
     <script src="__PUBLIC__/editor.md/languages/en.js"></script>
 </if>

+ 1 - 1
Public/js/page/edit.js

@@ -28,8 +28,8 @@ $(function() {
 
             cat_html += ' ">' + json[i].cat_name + '</OPTION>';
             $("#cat_id").append(cat_html);
-            getChildCatList();
           };
+          getChildCatList();
         };
 
       },