From c9edf69ed195bcb49d941bc7c436b637a627bd87 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 12 Jul 2016 12:34:38 +0200 Subject: [PATCH] one less prototype using messages.js while we figure out internationalization --- www/canvas/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/canvas/main.js b/www/canvas/main.js index aa01cd8e6..cf26d063c 100644 --- a/www/canvas/main.js +++ b/www/canvas/main.js @@ -5,7 +5,6 @@ require.config({ paths: { define([ '/api/config?cb=' + Math.random().toString(16).substring(2), '/bower_components/chainpad-netflux/chainpad-netflux.js', - '/common/messages.js', '/bower_components/chainpad-crypto/crypto.js', '/bower_components/textpatcher/TextPatcher.amd.js', 'json.sortify', @@ -15,7 +14,7 @@ define([ '/bower_components/jquery/dist/jquery.min.js', '/bower_components/file-saver/FileSaver.min.js', '/customize/pad.js' -], function (Config, Realtime, Messages, Crypto, TextPatcher, JSONSortify, JsonOT, Cryptpad) { +], function (Config, Realtime, Crypto, TextPatcher, JSONSortify, JsonOT, Cryptpad) { var saveAs = window.saveAs; var module = window.APP = { };