Skip to content

Commit

Permalink
Update test to use qunit 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKi committed Sep 25, 2018
1 parent f57c239 commit 0f3bd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fillingTest.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/redmond/jquery-ui.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://rawgit.com/free-jqgrid/jqGrid/master/css/ui.jqgrid.css"/>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.1.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.2.css">
<style>
html, body { font-size: 75%; }
.ui-jqgrid .ui-jqgrid-bdiv .myAltRowClass {
Expand All @@ -24,7 +24,7 @@
$.jgrid.no_legacy_api = true;
</script>
<script src="https://rawgit.com/free-jqgrid/jqGrid/master/js/jquery.jqgrid.src.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.6.1.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.6.2.js"></script>
<script>
//<![CDATA[
/*global $ */
Expand Down

0 comments on commit 0f3bd67

Please sign in to comment.