From 01aba99be5ddf9d481ef89dc3abfd978f0a4cbb8 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 3 Aug 2011 15:45:13 +0200 Subject: [PATCH] [FIX] casing of BlockUI.js path bzr revid: xmo@openerp.com-20110803134513-ftr0olg2fjcozgs3 --- addons/base/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/base/__openerp__.py b/addons/base/__openerp__.py index 8e8cb5285b0..5181a2d7413 100644 --- a/addons/base/__openerp__.py +++ b/addons/base/__openerp__.py @@ -10,7 +10,7 @@ "static/lib/jquery.validate/jquery.validate.js", "static/lib/jquery.ba-bbq/jquery.ba-bbq.js", "static/lib/jquery.contextmenu/jquery.contextmenu.r2.packed.js", - "static/lib/jquery.blockui/jquery.blockUI.js", + "static/lib/jquery.blockUI/jquery.blockUI.js", "static/lib/jquery.superfish/js/hoverIntent.js", "static/lib/jquery.superfish/js/superfish.js", "static/lib/jquery.ui/js/jquery-ui-1.8.9.custom.min.js",