Plugin AP List: Change entry hook to mapDataRefreshEnd
This commit is contained in:
parent
a5523280ad
commit
05cd054d50
@ -931,7 +931,7 @@ var setup = function() {
|
|||||||
window.plugin.apList.setupList();
|
window.plugin.apList.setupList();
|
||||||
window.plugin.apList.setupPagination();
|
window.plugin.apList.setupPagination();
|
||||||
window.plugin.apList.setupMapEvent();
|
window.plugin.apList.setupMapEvent();
|
||||||
window.addHook('requestFinished', window.plugin.apList.handleUpdate);
|
window.addHook('mapDataRefreshEnd', window.plugin.apList.handleUpdate);
|
||||||
}
|
}
|
||||||
// PLUGIN END //////////////////////////////////////////////////////////
|
// PLUGIN END //////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user