From 2c6cf9883b11bd888737aaebde1aaf9629b21568 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 22 Apr 2016 08:19:58 +0200 Subject: [PATCH] stop using deleted file --- www/text/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/text/main.js b/www/text/main.js index 0143a0f10..0db823560 100644 --- a/www/text/main.js +++ b/www/text/main.js @@ -1,6 +1,6 @@ define([ '/api/config?cb=' + Math.random().toString(16).substring(2), - '/common/RealtimeTextarea.js', + '/common/RealtimeTextSocket.js', '/common/messages.js', '/common/crypto.js', '/common/TextPatcher.js',