Browse Source

unused var, max height limit

Rafał Pitoń 10 years ago
parent
commit
d7128cd841
1 changed files with 1 additions and 3 deletions
  1. 1 3
      misago/static/misago/js/misago-posting.js

+ 1 - 3
misago/static/misago/js/misago-posting.js

@@ -113,14 +113,12 @@ $(function() {
       this.submitted = false;
       this.submitted = false;
       this.posted = false;
       this.posted = false;
 
 
-      this.affix_end = 0;
-
       this.on_cancel = null;
       this.on_cancel = null;
       this.on_post = null;
       this.on_post = null;
 
 
       this.is_resized = false;
       this.is_resized = false;
       this.min_height = 102;
       this.min_height = 102;
-      this.max_height = Math.round($(window).height() * 0.65);
+      this.max_height = Math.round($(window).height() * 0.6);
 
 
     }
     }