mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
corrected underscore path in hooks
This commit is contained in:
parent
e559df18ce
commit
349bb595b9
@ -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…
x
Reference in New Issue
Block a user