Skip to content

Commit

Permalink
Merge pull request #2266 from IgniteUI/jqueryui-ref
Browse files Browse the repository at this point in the history
test(*): updating jquery-ui reference
  • Loading branch information
ChronosSF authored Nov 5, 2024
2 parents 17f2925 + 6281fdc commit 6543c16
Show file tree
Hide file tree
Showing 59 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion tests/unit/colorpicker/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link type="text/css" href="../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/colorpickersplitbutton/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link type="text/css" href="../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/api/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/binding/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/filtering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/rendering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/selection/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/combo/virtualization/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../tests/unit/common/test-util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/dataSource/hierarchical/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/dataSource/rest/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/dialog/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link type="text/css" href="../../../src/css/structure/modules/infragistics.ui.dialog.css" rel="stylesheet" />

<script type="text/javascript" src="../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../src/js/modules/i18n/infragistics.ui.dialog-es.js"></script>
<script type="text/javascript" src="../../../src/js/modules/i18n/infragistics.ui.dialog-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/AriaRendering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/Bugs/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/DatePickerBugs/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/baseEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/checkboxEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/currencyEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/dateEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/datePicker/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/maskEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/numericEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/percentEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/textEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/editors/timePicker/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link type="text/css" rel="stylesheet" href="../../../../../src/css/structure/modules/infragistics.ui.toolbar.css" media="screen" />
<link type="text/css" href="../../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/knockout/combo/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.shared.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.combo.css" rel="stylesheet" />
<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="../../../../node_modules/knockout/build/output/knockout-latest.debug.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.datasource-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.combo-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/knockout/editors/igCheckboxEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<script type="text/javascript" src="../../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/knockout/editors/igCurrencyEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<script type="text/javascript" src="../../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/knockout/editors/igDateEditor/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.editors.css" rel="stylesheet" />
<link type="text/css" href="../../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<script type="text/javascript" src="../../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../../../node_modules/jquery-ui/dist/jquery-ui.min.js"></script>

<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../../src/js/modules/i18n/infragistics.ui.notifier-en.js"></script>
Expand Down
Loading

0 comments on commit 6543c16

Please sign in to comment.