Skip to content

Commit 483e488

Browse files
committed
bumping default jquery to 1.9.1, jquery-ui to 1.8.24
jquery-ui versions after that break
1 parent 3189fa2 commit 483e488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ajax_select/static/ajax_select/js/bootstrap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ if (typeof jQuery === 'undefined') {
44
try { // use django admins
55
jQuery=django.jQuery;
66
} catch(err) {
7-
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"><\/script>');
7+
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"><\/script>');
88
}
99
}
1010
if(typeof jQuery === 'undefined' || (typeof jQuery.ui === 'undefined')) {
11-
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"><\/script>');
12-
document.write('<link type="text/css" rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css" />');
11+
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js"><\/script>');
12+
document.write('<link type="text/css" rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/smoothness/jquery-ui.css" />');
1313
}

0 commit comments

Comments
 (0)