ソースを参照

[tests] bring back JQuery for unit-js.html

Simon Krajewski 6 年 前
コミット
6f04b18494
1 ファイル変更1 行追加0 行削除
  1. 1 0
      tests/unit/unit-js.html

+ 1 - 0
tests/unit/unit-js.html

@@ -7,6 +7,7 @@
         <meta name="viewport" content="width=device-width, initial-scale=1">
     </head>
     <body id="haxe:trace">
+		<script type="text/javascript" src="//code.jquery.com/jquery-3.3.1.min.js"></script>
         <script type="text/javascript">
             // http://stackoverflow.com/questions/11582512/how-to-get-url-parameters-with-javascript
             function getURLParameter(name) {