Fixed import order.

This commit is contained in:
Uwe Oestermeier 2021-03-01 08:58:44 +01:00
parent d0ae8893cc
commit fff7a4f685
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../css/highlight.css">
<link rel="stylesheet" href="../../css/popup.css">
<script src="../3rdparty/highlight/highlight.pack.js"></script>
<script src="../../dist/iwmlib.js"></script>
<script src="../../dist/iwmlib.3rdparty.js"></script>
<script src="../../dist/iwmlib.js"></script>
</head>
<body onload="Doctest.run();">