Index: trunk/extensions/ProofreadPage/proofread.js |
— | — | @@ -149,8 +149,10 @@ |
150 | 150 | } |
151 | 151 | |
152 | 152 | image_url = proofreadpage_image_url(displayWidth); |
153 | | - self.TextBoxHeight = DisplayHeight; |
154 | 153 | |
| 154 | + if(self.DisplayHeight) self.TextBoxHeight = DisplayHeight; |
| 155 | + else self.TextBoxHeight = 700; |
| 156 | + |
155 | 157 | if(proofreadPageIsEdit) { |
156 | 158 | text = document.getElementById("wpTextbox1"); |
157 | 159 | if (!text) return; |