mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Better plugin admin interface
This commit is contained in:
parent
d6f476312d
commit
4c1d94343f
3 changed files with 54 additions and 11 deletions
|
@ -27,7 +27,7 @@ exports.socketio = function (hook_name, args, cb) {
|
|||
|
||||
socket.on("search", function (query) {
|
||||
socket.emit("progress", {progress:0, message:'Fetching results...'});
|
||||
installer.search(query, function (progress) {
|
||||
installer.search(query, true, function (progress) {
|
||||
if (progress.results)
|
||||
socket.emit("search-result", progress);
|
||||
socket.emit("progress", progress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue