]> git.proxmox.com Git - mirror_novnc.git/blobdiff - app/ui.js
Remove many small, obsolete, old browser hacks
[mirror_novnc.git] / app / ui.js
index fd3d036b3e2c9b407ad55d7c401a21796c22aa03..8e2e78ff9db106eb52ec769c469d9404786d217d 100644 (file)
--- a/app/ui.js
+++ b/app/ui.js
@@ -761,11 +761,6 @@ const UI = {
                 }
             }
         } else {
-            /*Weird IE9 error leads to 'null' appearring
-            in textboxes instead of ''.*/
-            if (value === null) {
-                value = "";
-            }
             ctrl.value = value;
         }
     },