commit 7519287fa8510cfff6a7243250a537aae75d0dbe parent df7cd60a432f9e7706761cc61d7e76155f060d57 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 24 Mar 2015 02:26:56 -0400 Fix JS version declaration for test support scripts Diffstat:
| M | test/content/runtests.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/content/runtests.html b/test/content/runtests.html @@ -8,7 +8,7 @@ <script src="chrome://zotero/content/include.js"></script> <script src="resource://zotero-unit/chai/chai.js"></script> <script src="resource://zotero-unit/mocha/mocha.js"></script> - <script src="support.js" version="application/javascript;version=1.8"></script> - <script src="runtests.js" version="application/javascript;version=1.8"></script> + <script src="support.js" type="application/javascript;version=1.8"></script> + <script src="runtests.js" type="application/javascript;version=1.8"></script> </body> </html> \ No newline at end of file