mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Merge branch 'feature_jquery' into use_natives
Conflicts: src/static/js/ace2_inner.js src/static/js/pluginfw/plugins.js
This commit is contained in:
commit
692e77b4e5
4 changed files with 103 additions and 212 deletions
|
@ -12,6 +12,8 @@ if (!exports.isClient) {
|
|||
var util = require("util");
|
||||
}else{
|
||||
require("../ace2_common.js");
|
||||
var $, jQuery;
|
||||
$ = jQuery = require("ep_etherpad-lite/static/js/rjquery").$;
|
||||
}
|
||||
|
||||
exports.prefix = 'ep_';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue