mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Html_dump: Fix 'Refresh' not working for html_dumps
This commit is contained in:
parent
9fba6afe6e
commit
c44b1ae658
@ -201,7 +201,7 @@ public class Xog_win_itm implements Gfo_invk, Gfo_evt_itm {
|
||||
Xog_tab_itm tab = tab_mgr.Active_tab();
|
||||
Xoae_page page = tab.History_mgr().Cur_page(tab.Wiki()); // NOTE: must set to CurPage() else changes will be lost when going Bwd,Fwd
|
||||
tab.Page_(page);
|
||||
page.Wikie().Parser_mgr().Parse(page, true); // NOTE: must reparse page if (a) Edit -> Read; or (b) "Options" save
|
||||
page = page.Wikie().Page_mgr().Load_page(page.Url(), page.Ttl(), tab); // NOTE: must reparse page if (a) Edit -> Read; or (b) "Options" save
|
||||
Page__refresh();
|
||||
}
|
||||
public void Page__refresh() {
|
||||
|
Loading…
Reference in New Issue
Block a user