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