##// END OF EJS Templates
only show prompt overlay if there's a prompt...
Min RK -
Show More
@@ -138,7 +138,9 b' define(['
138 if (this.collapsed) {
138 if (this.collapsed) {
139 this.collapse_button.hide();
139 this.collapse_button.hide();
140 this.element.show();
140 this.element.show();
141 this.prompt_overlay.show();
141 if (this.prompt_area) {
142 this.prompt_overlay.show();
143 }
142 this.collapsed = false;
144 this.collapsed = false;
143 this.scroll_if_long();
145 this.scroll_if_long();
144 }
146 }
General Comments 0
You need to be logged in to leave comments. Login now