[IMP]improved code for increasing speed pf closing help as per usability review.
authorKunal Chavda (Open ERP) <kch@tinyerp.com>
Fri, 11 Apr 2014 06:08:33 +0000 (11:38 +0530)
committerKunal Chavda (Open ERP) <kch@tinyerp.com>
Fri, 11 Apr 2014 06:08:33 +0000 (11:38 +0530)
bzr revid: kch@tinyerp.com-20140411060833-mjf3j2549ya2pre9

addons/website/static/src/js/website.tour.js

index 6658532..4a2767d 100644 (file)
@@ -314,7 +314,7 @@ website.Tour = openerp.Class.extend({
                             width: '1px',
                             height: '1px',
                             opacity: 0
-                        }, 1000,
+                        }, 800,
                         function(){
                             $(".popover.tour").remove();
                             clearTimeout(self.timer);