Skip to content

Commit fc76fd3

Browse files
committed
Add jQuery migrate to fix UI bugs
1 parent 9748a94 commit fc76fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="styles/custom.css">
88
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
99
<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
10+
<script src="https://code.jquery.com/jquery-migrate-1.4.1.js"></script>
1011
<script src="js/jquery.blockUI.js" type="text/javascript" charset="utf-8"></script>
1112
<script src="js/jquery.tablesorter.js" type="text/javascript" charset="utf-8"></script>
1213
<script src="js/jquery.selectboxes.js" type="text/javascript" charset="utf-8"></script>

0 commit comments

Comments
 (0)