mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -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
|
@ -14,9 +14,9 @@
|
|||
<script> mocha.setup('bdd') </script>
|
||||
<script src="lib/expect.js"></script>
|
||||
|
||||
<script src="helper.js"></script>
|
||||
<script src="sendkeys.js"></script>
|
||||
<script src="lib/sendkeys.js"></script>
|
||||
<script src="lib/jquery.iframe.js"></script>
|
||||
<script src="helper.js"></script>
|
||||
|
||||
<script src="specs/helper.js"></script>
|
||||
<script src="specs/button_bold.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue