[-] BO : #PSTEST-583 - Add translation for the button "Edit this mail templates", and fixed tinyMCE area not shown on mail translation page

This commit is contained in:
mDeflotte
2012-01-26 14:31:31 +00:00
parent 8783fc2f83
commit 51c0bf56f0
4 changed files with 104 additions and 98 deletions
+4 -1
View File
@@ -1004,7 +1004,10 @@ $(document).ready(function(){
view.bind("scroll", function(e) {
var heightView = view.height();
var btnPlace = scroll.offset().top;
if (scroll.offset())
var btnPlace = scroll.offset().top;
else
var btnPlace = 0;
if (heightView < btnPlace)
scroll.show();
else