mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 13:46:10 +02:00
Merge pull request #2 from CodeMichael/patch-1
allow admin to run on a sub-directory
This commit is contained in:
commit
68e260783c
@ -11,7 +11,7 @@ $(document).ready(function () {
|
||||
|
||||
//connect
|
||||
var room = url + "pluginfw/installer";
|
||||
socket = io.connect(room, {resource : resource});
|
||||
socket = io.connect(room, {path: baseURL + "socket.io", resource : resource});
|
||||
|
||||
function search(searchTerm, limit) {
|
||||
if(search.searchTerm != searchTerm) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user