Kaynağa Gözat

fix some bugs

star7th 8 yıl önce
ebeveyn
işleme
7d6f31f6e9

+ 1 - 1
Application/Home/View/Item/show_regular.html

@@ -181,4 +181,4 @@
 <script src="__PUBLIC__/js/jquery.hotkeys.js"></script>
 <script src="__PUBLIC__/jquery.zclip/jquery.zclip.js"></script>
 
-<script src="__PUBLIC__/js/item/show.js?v=1.21212345678"></script>
+<script src="__PUBLIC__/js/item/show.js?v=1.21212345678901"></script>

+ 4 - 0
Public/js/item/show.js

@@ -19,6 +19,10 @@ $(function(){
         if ($(this).parent('.child-ul')) {
             $(this).parent('.child-ul').show();
             $(this).parent('.child-ul').parent('li').children("a").children('i').attr("class","icon-chevron-down");
+            if($(this).parent('.child-ul').parent().parent('.child-ul')){
+              $(this).parent('.child-ul').parent().parent('.child-ul').show(); 
+              $(this).parent('.child-ul').parent().parent('.child-ul').parent('li').children("a").children('i').attr("class","icon-chevron-down"); 
+            }
         };
           if (page_id != '' && page_id !='#') {
               change_page(page_id)