소스 검색

VIsual Bug Fix for /web/SystemAO/disk/diskmg.html

Yeung Alan 4 년 전
부모
커밋
c19596a5a7
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      web/SystemAO/disk/diskmg.html

+ 4 - 1
web/SystemAO/disk/diskmg.html

@@ -270,13 +270,16 @@
         var formatPendingDevInfo;
         
         //Init floatWindow events
+      	//It is a submodule inside System Setting, which shouldn't change the window title
+      	/*
         if (ao_module_virtualDesktop){
             ao_module_setWindowTitle("Disk Manager");
             fwmode = true;
         }else{
             
         }
-        
+        */
+      
         //Updates Nov 2020, added platform detection
         $.get(ao_root + "system/disk/diskmg/platform", function(data){
             if (data == "windows"){