From ac0ba26afc1fe5f7daf1d7f967301470b461772c Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 7 Mar 2011 00:58:34 +0000 Subject: Update jQuery UI to 1.8.10. Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/js/ui/jquery.ui.selectable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/js/ui/jquery.ui.selectable.js') diff --git a/themes/default/js/ui/jquery.ui.selectable.js b/themes/default/js/ui/jquery.ui.selectable.js index 91fc1dec2..9ada93b96 100644 --- a/themes/default/js/ui/jquery.ui.selectable.js +++ b/themes/default/js/ui/jquery.ui.selectable.js @@ -1,5 +1,5 @@ /* - * jQuery UI Selectable 1.8.9 + * jQuery UI Selectable 1.8.10 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -260,7 +260,7 @@ $.widget("ui.selectable", $.ui.mouse, { }); $.extend($.ui.selectable, { - version: "1.8.9" + version: "1.8.10" }); })(jQuery); -- cgit v1.2.3