[IMP] Remove Bounce effet

bzr revid: fp@openerp.com-20131109142751-cj9334s8avd4rzve
This commit is contained in:
Fabien Pinckaers 2013-11-09 15:27:51 +01:00
parent 14146a7b6c
commit bc62ae21b6
3 changed files with 4 additions and 6 deletions

View File

@ -402,8 +402,9 @@
}
});
// Adding Static Menus
menu.append('<li class="divider"></li><li class="js_change_theme"><a href="/page/website.themes">Change Theme</a></li>');
menu.append('<li><a data-action="ace" href="#">HTML Editor</a></li>');
menu.append('<li class="divider"></li>');
menu.append('<li><a data-action="ace" href="#">HTML Editor</a></li>');
menu.append('<li class="js_change_theme"><a href="/page/website.themes">Change Theme</a></li>');
self.trigger('rte:customize_menu_ready');
}
);

View File

@ -780,7 +780,7 @@
* This method is called when the user click inside the snippet in the dom
*/
onFocus : function () {
this.$overlay.addClass('oe_active').effect('bounce', {distance: 18, times: 5}, 250);
this.$overlay.addClass('oe_active');
},
/* onFocus

View File

@ -45,9 +45,6 @@
</div>
<group>
<group string="Social Icons">
<p class="oe_grey" colspan="2">
Keep these fields empty to not show the related social icon.
</p>
<field name="social_twitter" placeholder="https://twitter.com/openerp"/>
<field name="social_facebook" placeholder="https://facebook.com/openerp"/>
<field name="social_googleplus" placeholder="https://plus.google.com/+openerp"/>