Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js |
— | — | @@ -2106,9 +2106,14 @@ |
2107 | 2107 | directories=0,\ |
2108 | 2108 | resizable=1,\ |
2109 | 2109 | scrollbars=1,\ |
2110 | | - height=600,\ |
2111 | | - width=800'; |
| 2110 | + height=800,\ |
| 2111 | + width=600'; |
2112 | 2112 | var survey = window.open( link, 'survey', params ); |
| 2113 | + if ( $.articleFeedbackv5.inDialog ) { |
| 2114 | + $.articleFeedbackv5.closeAsModal(); |
| 2115 | + } else { |
| 2116 | + $.articleFeedbackv5.clear(); |
| 2117 | + } |
2113 | 2118 | } ); |
2114 | 2119 | |
2115 | 2120 | }, |