Detecting page URL for translator
I have a site that is Javascript based page. That means the URL does not change (except the page marker with #).
I have it work with Firefox in page change detection, but it does not work with chrome and safari if I navigate from non supported page to supported page with page marker.
However, if I refresh to the supported page with the right page marker, it detects it.
What should the site do to have zotero to detect the change of page content in order for it to show the correct "Save" icon?
I have it work with Firefox in page change detection, but it does not work with chrome and safari if I navigate from non supported page to supported page with page marker.
However, if I refresh to the supported page with the right page marker, it detects it.
What should the site do to have zotero to detect the change of page content in order for it to show the correct "Save" icon?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
var ev = document.createEvent('HTMLEvents');
ev.initEvent('ZoteroItemUpdated', true, true);
document.dispatchEvent(ev);
And it is not updating the zotero detection
Zotero standalone version: 4.0.28.7
Scaffold 3.2.2
Zotero FF plug-in 4.0.28.10.