Moving the toolbar plugin calls.

This commit is contained in:
cohitre 2013-04-13 12:06:51 -07:00
parent 988653b8ce
commit 90837437c5
4 changed files with 16 additions and 9 deletions

View file

@ -2,11 +2,7 @@
var settings = require("ep_etherpad-lite/node/utils/Settings")
, hooks = require('ep_etherpad-lite/static/js/pluginfw/hooks')
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
, toolbar = require("ep_etherpad-lite/node/utils/toolbar");
hooks.callAll("padInitToolbar", {
toolbar: toolbar
});
;
%>
<!doctype html>
<% e.begin_block("htmlHead"); %>