Browse Source

Merge branch 'fix/index.html_javascript' into 'wrdp'

<script type=""javascript> 修改为 <script type="javascript">

See merge request o2oa/o2oa!1784
胡起 5 years ago
parent
commit
0441ee54cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/x_desktop/index.html

+ 1 - 1
o2web/source/x_desktop/index.html

@@ -57,7 +57,7 @@
             </div>
         </div>
     </div>
-    <script type=""javascript>
+    <script type="javascript">
         if (!window.FormData || !window.WebSocket || !window.JSON){
             var loadingNode = document.getElementById("browser_loading");
             var errorNode = document.getElementById("browser_error");