avoid loading unnecessary files

This commit is contained in:
ansuz 2017-09-07 16:39:20 +02:00
parent e8298f165a
commit 352d504944
1 changed files with 2 additions and 3 deletions

View File

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