소스 검색

production : closing agenda don't close the prod

Bachir Soussi Chiadmi 7 년 전
부모
커밋
49c7906e11
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js
  2. 3 2
      sites/all/themes/custom/edlptheme/assets/scripts/main.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js


+ 3 - 2
sites/all/themes/custom/edlptheme/assets/scripts/main.js

@@ -472,8 +472,9 @@
       if(theme != ''){
         _$body.trigger({'type':theme+'-col-closed'});
       }
-      if(_$body.is('.entity-type-node.bundle-page')){
-        // remove all the col (prod page and agenda in case)
+      if(_$body.is('.entity-type-node.bundle-page') && $(this).next().is('.node--type-page')){
+        // remove all the col (prod page and agenda in case) only if closing the main page col
+        // if closing the aside col (agenda) leave the main col in place
         $col.add($col.siblings('.col')).remove();
       }else{
         // remove the col

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.