mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
Give controller for pad.html a more appropriate name.
This commit is contained in:
parent
514698162f
commit
3e9b56aa75
4 changed files with 4 additions and 4 deletions
|
@ -298,7 +298,7 @@
|
|||
|
||||
<script>
|
||||
/* TODO: These globals shouldn't exist. */
|
||||
pad = require('/pad2').pad;
|
||||
pad = require('/pad').pad;
|
||||
chat = require('/chat').chat;
|
||||
padeditbar = require('/pad_editbar').padeditbar;
|
||||
padimpexp = require('/pad_impexp').padimpexp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue