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

Search: Fix no search results for en.d [#606]

This commit is contained in:
gnosygnu
2019-11-17 14:30:49 -05:00
parent 11810c4fff
commit e2aa551feb
8 changed files with 93 additions and 14 deletions

View File

@@ -458,13 +458,11 @@ if (!window.xowa) {
elem.insertAdjacentHTML('beforebegin', html);
xowa.js.doc.process_new_elem(elem.parentNode); // NOTE: elem is placeholder item; html is inserted after it; need to call process_new_elem on parentNode; DATE:2015-08-03
return true;
};
/*
xowa.js.doc.ElemAdd.publish()
*/
// PURPOSE: process new element such as adding bindings; DATE:2015-07-09
xowa.js.doc.process_new_elem = function(elem) {
xowa.js.doc.EvtElemAdd.pub(elem);
xowa.js.doc.evtElemAdd.pub(elem);
}
// PURPOSE: async search; gallery; imap