zotero/chrome/content/zotero/test/modtime.xul
Simon Kornblith d1225c44f7 Revert "Add type="application/javascript;version=1.8" to all JS script tags (for now)"
This reverts commit 35b1c16858.

Not necessary since Mozilla bug 830665 is fixed
2013-02-18 16:15:44 -05:00

15 lines
278 B
XML

<?xml version="1.0"?>
<window
id="test-window"
title="Last Modified Time Test"
orient="horizontal"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="padding:2em">
<script src="../include.js"/>
<script src="modtime.js"/>
<box/>
</window>