diff options
Diffstat (limited to 'themes/default/js/ui/jquery.ui.effect-highlight.js')
-rw-r--r-- | themes/default/js/ui/jquery.ui.effect-highlight.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/js/ui/jquery.ui.effect-highlight.js b/themes/default/js/ui/jquery.ui.effect-highlight.js index f816e78bf..acf9b5439 100644 --- a/themes/default/js/ui/jquery.ui.effect-highlight.js +++ b/themes/default/js/ui/jquery.ui.effect-highlight.js @@ -1,8 +1,8 @@ /*! - * jQuery UI Effects Highlight 1.9.0 + * jQuery UI Effects Highlight 1.10.1 * http://jqueryui.com * - * Copyright 2012 jQuery Foundation and other contributors + * Copyright 2013 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * @@ -26,7 +26,7 @@ $.effects.effect.highlight = function( o, done ) { } $.effects.save( elem, props ); - + elem .show() .css({ |