File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,19 +430,19 @@ grunt.registerTask( "download_docs", function() {
430
430
var files = "draggable droppable resizable selectable sortable accordion autocomplete button datepicker dialog progressbar slider tabs position"
431
431
. split ( " " ) . map ( function ( widget ) {
432
432
return {
433
- url : "http://docs.jquery.com/action/render/ UI/API/" + version + "/" + capitalize ( widget ) ,
433
+ url : "http://docs.jquery.com/UI/API/" + version + "/" + capitalize ( widget ) + "?action=render" ,
434
434
dest : docsDir + '/' + widget + '.html'
435
435
} ;
436
436
} ) ;
437
437
files = files . concat ( "animate addClass effect hide removeClass show switchClass toggle toggleClass" . split ( " " ) . map ( function ( widget ) {
438
438
return {
439
- url : "http://docs.jquery.com/action/render/ UI/Effects/" + widget ,
439
+ url : "http://docs.jquery.com/UI/Effects/" + widget + "?action=render" ,
440
440
dest : docsDir + '/' + widget + '.html'
441
441
} ;
442
442
} ) ) ;
443
443
files = files . concat ( "Blind Clip Drop Explode Fade Fold Puff Slide Scale Bounce Highlight Pulsate Shake Size Transfer" . split ( " " ) . map ( function ( widget ) {
444
444
return {
445
- url : "http://docs.jquery.com/action/render/ UI/Effects/" + widget ,
445
+ url : "http://docs.jquery.com/UI/Effects/" + widget + "?action=render" ,
446
446
dest : docsDir + '/effect-' + widget . toLowerCase ( ) + '.html'
447
447
} ;
448
448
} ) ) ;
You can’t perform that action at this time.
0 commit comments