Committer: afedorov
OPSC-220: Activation of LJTimes shutter on game page results in strange behaviorU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2010-12-21 05:35:09 UTC (rev 17980) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2010-12-21 08:34:33 UTC (rev 17981) @@ -912,7 +912,7 @@ LJ::get_remote(); return redir(LJ::Session->setdomsess_handler()) if LJ::Request->uri eq "/__setdomsess"; - return LJ::URI->bml_handler($LJ::AJAX_URI_MAP{$1}) if (LJ::Request->uri =~ /^\/__rpc_(ljapp.*)$/); + return LJ::URI->bml_handler($LJ::AJAX_URI_MAP{$1}) if (LJ::Request->uri =~ /^\/__rpc_((?:ljapp|lj_times).*)$/); return remote_domsess_bounce() if LJ::remote_bounce_url(); return $bml_handler->("$LJ::HOME/htdocs/games/game.bml");