소스 검색

opening a doc close the home

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

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


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

@@ -941,6 +941,9 @@
           this.currentHistoricIndex = historic_index;
         }
 
+        if(_$body.is('.path-frontpage')){
+          closeAllModals();
+        }
         // TODO: update language switcher for document url
 
         // TODO: stop random player if playing from studio

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