mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
added jQuery to ace2_inner, make it embeddable, ace hooks work now propertly in ace2_inner
This commit is contained in:
parent
70940521f2
commit
1cf3ffef4a
4 changed files with 102 additions and 154 deletions
|
@ -10,6 +10,9 @@ if (!exports.isClient) {
|
|||
var fs = require("fs");
|
||||
var tsort = require("./tsort");
|
||||
var util = require("util");
|
||||
}else{
|
||||
var $, jQuery;
|
||||
$ = jQuery = require("ep_etherpad-lite/static/js/rjquery").$;
|
||||
}
|
||||
|
||||
exports.prefix = 'ep_';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue