From 3566d96698f016188c9534e1ca09bf3502dd2051 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 24 Sep 2014 12:08:10 +0000 Subject: [PATCH] Add documentation to commit r48728 --- mail/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/js/app.js b/mail/js/app.js index 37f75c1d41..617b1bffd1 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -206,7 +206,7 @@ app.classes.mail = AppJS.extend( }); /*Trigger compose_resizeHandler after the CKEditor is fully loaded*/ jQuery('#mail-compose').on ('load',function() { - window.setTimeout(function(){that.compose_resizeHandler()}, 100); + window.setTimeout(function(){that.compose_resizeHandler();}, 100); }); this.compose_fieldExpander(); @@ -3602,7 +3602,7 @@ app.classes.mail = AppJS.extend( }, /** - * + * Submit new selected folder back to server in order to read its acl's rights */ acl_folderChange: function () {