瀏覽代碼

Close open inline visit-segment when opening any wizard

Vijayakrishnan 3 年之前
父節點
當前提交
89ddec3c0b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      js-dev/stag-popup.js

+ 2 - 0
js-dev/stag-popup.js

@@ -93,6 +93,8 @@ function openDynamicStagPopup(_url, initer, title, updateParent, style = '', rep
     if(url.indexOf('popupmode') === -1) {
         url += (url.indexOf('?') !== -1 ? '&' : '?') + 'popupmode=1';
     }
+    // close out any open inline visit-segment
+    $('.note-section.visit-segment.edit').removeClass('edit');
     showMask();
     window.noMc = true;
     $.get(url, (_data) => {