Browse Source

[test] load the latest jQuery

Andy Li 7 years ago
parent
commit
1a7ba9ea20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/unit-js.html

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

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