ソースを参照

Non-visit notes > no blocking overlay

Vijayakrishnan 3 年 前
コミット
f139cf3448
1 ファイル変更0 行追加1 行削除
  1. 0 1
      resources/views/app/patient/note/section_script.blade.php

+ 0 - 1
resources/views/app/patient/note/section_script.blade.php

@@ -174,7 +174,6 @@
                 if(_elem.closest('.note-section').is('.edit')) {
                     // console.log('ALIX: In edit mode. Auto-saving', _elem.closest('.note-section').attr('data-section-template-name'))
                     $('body').addClass('blocking-mode');
-                    showMoeFormMask('blocking-overlay');
                     doSave(_elem.closest('.note-section'));
                 }
                 else {