rework some initial dependency loading

This commit is contained in:
Luke Pulverenti 2015-12-01 15:48:55 -05:00
parent 9227ac0989
commit 5200b37787
13 changed files with 121 additions and 467 deletions

View file

@ -1148,7 +1148,7 @@
return;
}
require(['connectservice'], function () {
require(['connectservice', 'cryptojs-md5'], function () {
var md5 = self.getConnectPasswordHash(password);
@ -1208,7 +1208,7 @@
return;
}
require(['connectservice'], function () {
require(['connectservice', 'cryptojs-md5'], function () {
var md5 = self.getConnectPasswordHash(password);