Committer: wisest-owl
LJSUP-9159U trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml =================================================================== --- trunk/htdocs/update.bml 2011-08-08 03:07:22 UTC (rev 19623) +++ trunk/htdocs/update.bml 2011-08-08 03:08:12 UTC (rev 19624) @@ -363,8 +363,10 @@ $$body .= LJ::tosagree_html('update', $POST{agree_tos}, $errors->{require_tos}); } - $$body .= LJ::entry_form($entry, \$$head, $onload, $errors); + my $js = undef; + $$body .= LJ::entry_form($entry, \$$head, $onload, $errors, \$js); $$body .= "</form><!-- end #updateForm -->\n"; + $$body .= $js; ## Show a new photoalbums interface only for logged-in users my $remote = LJ::get_remote ();