mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
move sendkeys to lib folder
This commit is contained in:
parent
a12c26c56e
commit
6fefadee88
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ var helper = {};
|
|||
// make sure we don't override existing jquery
|
||||
jsLibraries["jquery"] = "if(typeof $ === 'undefined') {\n" + code + "\n}";
|
||||
|
||||
$.get('/tests/frontend/sendkeys.js').done(function(code){
|
||||
$.get('/tests/frontend/lib/sendkeys.js').done(function(code){
|
||||
jsLibraries["sendkeys"] = code;
|
||||
|
||||
cb();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue