diff --git a/customize.dist/index.html b/customize.dist/index.html index 69e2eaa9f..15c1285f1 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -127,7 +127,7 @@ document.getElementById('buttons').setAttribute('style', ''); document.getElementById('create-pad').setAttribute('href', '/pad/#' + Crypto.genKey()); if(Config.webrtcURL !== '') { - document.getElementById('create-rtcpad').setAttribute('href', '/vdom/?webrtc=1#' + Crypto.genKey()); + document.getElementById('create-rtcpad').setAttribute('href', '/pad/?webrtc=1#' + Crypto.genKey()); } document.getElementById('create-sheet').setAttribute('href', '/sheet/#' + Crypto.genKey()); document.getElementById('create-code').setAttribute('href', '/code/#' + Crypto.genKey()); diff --git a/www/pad/errorbox.js b/www/_pad/errorbox.js similarity index 100% rename from www/pad/errorbox.js rename to www/_pad/errorbox.js diff --git a/www/pad/html-patcher.js b/www/_pad/html-patcher.js similarity index 100% rename from www/pad/html-patcher.js rename to www/_pad/html-patcher.js diff --git a/www/vdom/index.html b/www/_pad/index.html similarity index 59% rename from www/vdom/index.html rename to www/_pad/index.html index 6ee2a8596..685f73398 100644 --- a/www/vdom/index.html +++ b/www/_pad/index.html @@ -4,38 +4,23 @@
-