diff --git a/web/samples/uncompiled - manual.html b/web/samples/uncompiled - manual.html
new file mode 100644
index 0000000000..fa2c0c6227
--- /dev/null
+++ b/web/samples/uncompiled - manual.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ KeymanWeb Sample Page - Uncompiled Source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ KeymanWeb Sample Page - Uncompiled Source
+
+
+
+
+
+
+
diff --git a/web/source/keymanweb.js b/web/source/keymanweb.js
index 915a338f9e..e177d9d3ad 100644
--- a/web/source/keymanweb.js
+++ b/web/source/keymanweb.js
@@ -1022,13 +1022,11 @@
* Description Save list of inputs for non-touch devices (desktop browsers)
*/
keymanweb.setupDesktopPage = function() {
- for(var k=0; k<2; k++) {
- var ipList=document.getElementsByTagName(k==0?'INPUT':'TEXTAREA');
- for(var n=0;n