File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
< h1 > Index of Tests</ h1 >
10
10
{% cache 10 index_cache %}
11
11
< ul >
12
- < li > < a href ="/jquery/ "> jQuery 2.0.3 </ a > </ li >
13
- < li > < a href ="/mootools/ "> MooTools 1.4.5 </ a > </ li >
14
- < li > < a href ="/prototype/ "> Prototype 1.7.1 .0</ a > </ li >
12
+ < li > < a href ="/jquery/ "> jQuery 3.3.1 </ a > </ li >
13
+ < li > < a href ="/mootools/ "> MooTools 1.6.0 </ a > </ li >
14
+ < li > < a href ="/prototype/ "> Prototype 1.7.3 .0</ a > </ li >
15
15
</ ul >
16
16
< p > < a href ="/admin/ "> Django Admin</ a > </ p >
17
17
{% endcache %}
Original file line number Diff line number Diff line change 6
6
< style >
7
7
.hide {display : none;}
8
8
</ style >
9
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/2.0.3 /jquery.min.js "> </ script >
9
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/3.3.1 /jquery.min.js "> </ script >
10
10
< script type ="text/javascript ">
11
11
$ ( document ) . ready ( function ( ) {
12
12
$ ( 'p.hide' ) . show ( ) ;
Original file line number Diff line number Diff line change 6
6
< style >
7
7
.hide {display : none;}
8
8
</ style >
9
- < script src ="//ajax.googleapis.com/ajax/libs/mootools/1.4.5 /mootools-yui-compressed .js "> </ script >
9
+ < script src ="//ajax.googleapis.com/ajax/libs/mootools/1.6.0 /mootools.min .js "> </ script >
10
10
< script type ="text/javascript ">
11
11
window . addEvent ( 'domready' , function ( ) {
12
12
$$ ( 'p.hide' ) . setStyle ( 'display' , 'block' ) ;
Original file line number Diff line number Diff line change 6
6
< style >
7
7
.hide {display : none;}
8
8
</ style >
9
- < script src ="//ajax.googleapis.com/ajax/libs/prototype/1.7.1 .0/prototype.js "> </ script >
9
+ < script src ="//ajax.googleapis.com/ajax/libs/prototype/1.7.3 .0/prototype.js "> </ script >
10
10
< script type ="text/javascript ">
11
11
document . observe ( 'dom:loaded' , function ( ) {
12
12
$ ( 'showme' ) . removeClassName ( 'hide' ) ;
You can’t perform that action at this time.
0 commit comments