mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
9 lines
348 B
HTML
9 lines
348 B
HTML
<?xml version="1.0"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<browser remote="false" />
|
|
<script>
|
|
document.querySelector('browser').loadURI('chrome://zotero-unit/content/hyphenationTestContent.html', {
|
|
triggeringPrincipal: Services.scriptSecurityManager.getSystemPrincipal()
|
|
});
|
|
</script>
|
|
</window>
|