diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index f2f4e3a33..9a6cbef9e 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -842,17 +842,17 @@ define([ setResizable: function(resizable, minSize, maxSize) { if (resizable !== this.resizable) { if (resizable) { - var bordersTemplate = '
' + + var bordersTemplate = '' + '' + '' + '' + - '' + + '' + '' + - '' + + '' + ''; if (this.initConfig.header) - bordersTemplate += '' + - ''; + bordersTemplate += '' + + ''; this.$window.append(_.template(bordersTemplate));