[IMP] no flickering on scroll event
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 1 Apr 2014 07:19:40 +0000 (09:19 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 1 Apr 2014 07:19:40 +0000 (09:19 +0200)
bzr revid: fp@tinyerp.com-20140401071940-1pwz6ncar6afcybz

addons/website_blog/static/src/js/website_blog.js
addons/website_blog/views/website_blog_templates.xml

index 2369f85..e1fb6be 100644 (file)
@@ -14,6 +14,7 @@ $(document).ready(function() {
         });
     }
     function animate(event) {
+        event.preventDefault();
         event.stopImmediatePropagation();
         var target = $(this.hash);
         $('html, body').stop().animate({
index 0f39a01..176ce32 100644 (file)
                 <small id="blog_author" t-field="blog_post.create_uid.partner_id.name"/><br/>
             </div>
             <div t-if="blog_post.content_image" id="blog_angle_down">
-                <a href="#blog_content" class="fa fa-angle-down fa-2x fa-inverse mt32"/>
+                <strong><a href="#blog_content" class="fa fa-angle-down fa-3x fa-inverse mt32"/></strong>
             </div>
         </div>
     </div>