1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Add dirty implementation of custom javascript scripting

This commit is contained in:
gnosygnu
2016-10-13 12:09:43 -04:00
parent b7f089a3ab
commit c98404a8fe
16 changed files with 231 additions and 84 deletions

View File

@@ -62,7 +62,7 @@ public class Xoh_page_wtr_wkr {
wdata_lang_wtr.Page_(null);
if (page_mode == Xopg_page_.Tid_read) { // EXPERIMENTAL
new gplx.xowa.addons.htmls.includes.Xoh_include_mgr().Write(wiki, page);
new gplx.xowa.addons.htmls.scripts.Xoscript_mgr().Write(rv, wiki, page);
}
}
}