diff options
Diffstat (limited to 'ui/effects/effect-fold.js')
-rw-r--r-- | ui/effects/effect-fold.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/effects/effect-fold.js b/ui/effects/effect-fold.js index d191a3aa2..5368bd791 100644 --- a/ui/effects/effect-fold.js +++ b/ui/effects/effect-fold.js @@ -1,17 +1,17 @@ /*! * jQuery UI Effects Fold @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Fold Effect //>>group: Effects //>>description: Folds an element first horizontally and then vertically. -//>>docs: http://api.jqueryui.com/fold-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/fold-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; |