File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ajax_select/static/ajax_select/js Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ if (typeof jQuery === 'undefined') {
4
4
try { // use django admins
5
5
jQuery = django . jQuery ;
6
6
} 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>' ) ;
8
8
}
9
9
}
10
10
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" />' ) ;
13
13
}
You can’t perform that action at this time.
0 commit comments