]> git.proxmox.com Git - mirror_novnc.git/blobdiff - vnc_auto.html
Move input-related files into core/input
[mirror_novnc.git] / vnc_auto.html
index 2bb9013be81c142d37e32e7fdd306350e7872adb..a3c5dc9ccc44ac40ed061f1418221a20e34a7889 100644 (file)
@@ -79,9 +79,9 @@
 
         // Load supporting scripts
         WebUtil.load_scripts({
-            'core': ["base64.js", "websock.js", "des.js", "keysymdef.js",
-                     "xtscancodes.js", "keyboard.js", "input.js", "display.js",
-                     "inflator.js", "rfb.js", "keysym.js"],
+            'core': ["base64.js", "websock.js", "des.js", "input/keysymdef.js",
+                     "input/xtscancodes.js", "input/util.js", "input/devices.js",
+                     "display.js", "inflator.js", "rfb.js", "input/keysym.js"],
             'app': ["webutil.js"]});
 
         var rfb;