fix undefined reference

pull/1/head
ansuz 2017-04-25 16:17:52 +02:00
parent f8f97036be
commit f196b836db
1 changed files with 1 additions and 2 deletions

View File

@ -16,6 +16,7 @@ define([
var $iframe = $('#pad-iframe').contents();
Cryptpad.addLoadingScreen();
var toolbar;
var andThen = function () {
var $bar = $iframe.find('.toolbar-container');
@ -38,9 +39,7 @@ define([
common: Cryptpad
};
toolbar = Toolbar.create($bar, null, null, null, null, configTb);
});
};
Cryptpad.ready(function (err, anv) {