Index: trunk/extensions/ArticleComments/ArticleComments.php |
— | — | @@ -273,7 +273,7 @@ |
274 | 274 | } |
275 | 275 | |
276 | 276 | # Inline JavaScript to make form behavior more rich (must degrade well in JS-disabled browsers) |
277 | | - $js .= "<script type=\"text/javascript\">//<![CDATA[\n(function(){\n"; |
| 277 | + $js = "<script type=\"text/javascript\">//<![CDATA[\n(function(){\n"; |
278 | 278 | |
279 | 279 | # Prefill the name field if the user is logged in. |
280 | 280 | $js .= |