diff --git a/www/_socket/main.js b/www/_socket/main.js index 27c2ef058..bccdc99c6 100644 --- a/www/_socket/main.js +++ b/www/_socket/main.js @@ -2,7 +2,7 @@ define([ '/api/config?cb=' + Math.random().toString(16).substring(2), '/common/messages.js', '/common/crypto.js', - '/_socket/realtime-input.js', + '/common/RealtimeTextSocket.js', '/common/hyperjson.js', '/common/hyperscript.js', '/_socket/toolbar.js', diff --git a/www/_socket/realtime-input.js b/www/common/RealtimeTextSocket.js similarity index 100% rename from www/_socket/realtime-input.js rename to www/common/RealtimeTextSocket.js