mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
template of a semi-fix
This commit is contained in:
parent
135aa3e8fe
commit
020b636b1f
2 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,8 @@ $(document).ready(function () {
|
|||
resource = baseURL.substring(1) + "socket.io";
|
||||
|
||||
//connect
|
||||
socket = io.connect(url, {resource : resource}).of("/pluginfw/installer");
|
||||
var room = url + "pluginfw/installer";
|
||||
socket = io.connect(room, {resource : resource});
|
||||
|
||||
function search(searchTerm, limit) {
|
||||
if(search.searchTerm != searchTerm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue