Преглед на файлове

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

Някои файлове не бяха показани, защото твърде много файлове са промени