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) {