mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Personal_wikis: Add search-indexing and auto-page rescan
This commit is contained in:
@@ -32,4 +32,7 @@ public class Xog_cbk_mgr { // INSTANCE:app
|
||||
public void Send_redirect(Xog_cbk_trg trg, String url) {
|
||||
this.Send_json(trg, "xo.server.redirect__recv", gplx.core.gfobjs.Gfobj_nde.New().Add_str("url", url));
|
||||
}
|
||||
public void Send_notify(Xog_cbk_trg trg, String text) {
|
||||
this.Send_json(trg, "xo.notify.show__recv", gplx.core.gfobjs.Gfobj_nde.New().Add_str("text", text).Add_str("status", "success"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user