mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56: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
5
src/static/js/rjquery.js
Normal file
5
src/static/js/rjquery.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
// Proviedes a require'able version of jQuery without leaking $ and jQuery;
|
||||
|
||||
require('./jquery');
|
||||
exports.jQuery = exports.$ = $.noConflict(true);
|
Loading…
Add table
Add a link
Reference in a new issue