Committer: egeraskin
LJSUP-11421: Cliend-side development for Trava.ruU trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2012-03-20 07:01:16 UTC (rev 21464) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2012-03-20 07:20:09 UTC (rev 21465) @@ -1157,7 +1157,7 @@ $self->lastfm_geolocation_width, }); - if ( $self->should_show_trava ) { + #if ( $self->should_show_trava ) { my $trava_uid = LJ::ejs($opts->{'prop_trava_user'}); my $button_label = ml('entryform.music.search'); my $help_icon = LJ::help_icon_html("trava", "", " "); @@ -1184,8 +1184,8 @@ } - } - elsif ( $self->should_show_lastfm ) { + #} + #elsif ( $self->should_show_lastfm ) { my $last_fm_user = LJ::ejs($opts->{'prop_last_fm_user'}); my $button_label = ml('entryform.music.detect'); my $help_icon = LJ::help_icon_html("lastfm", "", " "); @@ -1206,7 +1206,7 @@ lastfm_current('$last_fm_user', false); }); } - } + #} $out .= "</span>\n";