Committer: dpetrov
LJSUP-6773: fix repost settings when posting to communityU trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2010-09-16 06:44:38 UTC (rev 17388) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2010-09-16 07:21:25 UTC (rev 17389) @@ -1162,7 +1162,11 @@ push @secopts, ("onchange" => "customboxes()"); } + else { + push @secopts, ("onchange" => "updateRepostButtons(this.selectedIndex)"); + } + $out .= LJ::html_select({ 'id' => "security", 'name' => 'security',