mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -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 */
|
||||
if (plugins.isClient) {
|
||||
var async = require("ep_etherpad-lite/static/js/pluginfw/async");
|
||||
_ = require("underscore");
|
||||
_ = require("ep_etherpad-lite/static/js/underscore");
|
||||
} else {
|
||||
var async = require("async");
|
||||
_ = require("underscore");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue