Skip to content

Commit 0f3bd67

Browse files
committed
Update test to use qunit 2.6.2
1 parent f57c239 commit 0f3bd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fillingTest.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/redmond/jquery-ui.min.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1111
<link rel="stylesheet" href="https://rawgit.com/free-jqgrid/jqGrid/master/css/ui.jqgrid.css"/>
12-
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.1.css">
12+
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.2.css">
1313
<style>
1414
html, body { font-size: 75%; }
1515
.ui-jqgrid .ui-jqgrid-bdiv .myAltRowClass {
@@ -24,7 +24,7 @@
2424
$.jgrid.no_legacy_api = true;
2525
</script>
2626
<script src="https://rawgit.com/free-jqgrid/jqGrid/master/js/jquery.jqgrid.src.js"></script>
27-
<script src="https://code.jquery.com/qunit/qunit-2.6.1.js"></script>
27+
<script src="https://code.jquery.com/qunit/qunit-2.6.2.js"></script>
2828
<script>
2929
//<![CDATA[
3030
/*global $ */

0 commit comments

Comments
 (0)