From 09228a746f3a67ea80ab6cc6013f535da8332a64 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 24 Jun 2014 20:16:59 +0000 Subject: upgrade jquery ui from 1.10.1 to 1.10.4 git-svn-id: http://piwigo.org/svn/trunk@28780 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/js/ui/jquery.ui.mouse.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/js/ui/jquery.ui.mouse.js') diff --git a/themes/default/js/ui/jquery.ui.mouse.js b/themes/default/js/ui/jquery.ui.mouse.js index 046c2eb18..7b0f25755 100644 --- a/themes/default/js/ui/jquery.ui.mouse.js +++ b/themes/default/js/ui/jquery.ui.mouse.js @@ -1,8 +1,8 @@ /*! - * jQuery UI Mouse 1.10.1 + * jQuery UI Mouse 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * @@ -19,7 +19,7 @@ $( document ).mouseup( function() { }); $.widget("ui.mouse", { - version: "1.10.1", + version: "1.10.4", options: { cancel: "input,textarea,button,select,option", distance: 1, -- cgit v1.2.3