mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
corrected underscore path in hooks
This commit is contained in:
parent
e559df18ce
commit
349bb595b9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ var _;
|
||||||
/* FIXME: Ugly hack, in the future, use same code for server & client */
|
/* FIXME: Ugly hack, in the future, use same code for server & client */
|
||||||
if (plugins.isClient) {
|
if (plugins.isClient) {
|
||||||
var async = require("ep_etherpad-lite/static/js/pluginfw/async");
|
var async = require("ep_etherpad-lite/static/js/pluginfw/async");
|
||||||
_ = require("underscore");
|
_ = require("ep_etherpad-lite/static/js/underscore");
|
||||||
} else {
|
} else {
|
||||||
var async = require("async");
|
var async = require("async");
|
||||||
_ = require("underscore");
|
_ = require("underscore");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue