Skip to content

Commit 25ccb54

Browse files
committed
Fix path to script for jquery.uls.js
1 parent ed05d49 commit 25ccb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/limitedLanguageList.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Libs -->
1414
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
1515
<!-- Source -->
16-
<script src="../sjquery.uls.js"></script>
16+
<script src="../jquery.uls.js"></script>
1717
<script>
1818
$( function () {
1919
$( '.uls-trigger' ).uls( {

0 commit comments

Comments
 (0)