html editor optimizations (fixed #84)

disable blockquote button (unstable work)
This commit is contained in:
RainLoop Team 2014-02-14 19:53:52 +04:00
parent ce60192120
commit 8768b343a5
83 changed files with 116 additions and 95 deletions

View file

@ -943,7 +943,6 @@ PopupsComposeViewModel.prototype.onBuild = function ()
$window.on('resize', function () {
self.triggerForResize();
self.editorResizeThrottle();
});
if (this.dropboxEnabled())
@ -1478,5 +1477,6 @@ PopupsComposeViewModel.prototype.getAttachmentsDownloadsForUpload = function ()
PopupsComposeViewModel.prototype.triggerForResize = function ()
{
this.resizer(!this.resizer());
this.editorResizeThrottle();
};