From 352d504944b78e24da0f8ad23c36abcea2237e89 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 7 Sep 2017 16:39:20 +0200 Subject: [PATCH] avoid loading unnecessary files --- customize.dist/pages.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 7deb07262..b26e036d0 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -1,11 +1,10 @@ define([ '/api/config', '/common/hyperscript.js', - '/common/cryptpad-common.js', + '/customize/messages.js', 'jquery' -], function (Config, h, Cryptpad, $) { +], function (Config, h, Msg, $) { var Pages = {}; - var Msg = Cryptpad.Messages; var urlArgs = Config.requireConf.urlArgs; var setHTML = function (e, html) {