diff options
Diffstat (limited to 'ui/effects/effect-explode.js')
-rw-r--r-- | ui/effects/effect-explode.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js index 80444fd23..ed40833a8 100644 --- a/ui/effects/effect-explode.js +++ b/ui/effects/effect-explode.js @@ -1,10 +1,10 @@ /*! * jQuery UI Effects Explode @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: Explode Effect @@ -12,8 +12,8 @@ /* eslint-disable max-len */ //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness. /* eslint-enable max-len */ -//>>docs: http://api.jqueryui.com/explode-effect/ -//>>demos: http://jqueryui.com/effect/ +//>>docs: https://api.jqueryui.com/explode-effect/ +//>>demos: https://jqueryui.com/effect/ ( function( factory ) { "use strict"; |