changelog_bot (changelog_bot) wrote in changelog,
changelog_bot
changelog_bot
changelog

[livejournal] r17573: LJSUP-6869 Bug LJSUP-7182 'thread expand...

Committer: dnikolaev
LJSUP-6869 Bug LJSUP-7182 'thread expander in communities does not work' fixed. Now use LiveJournal.getAjaxUrl("get_thread") instead of '__rpc_get_thread' url.

U   trunk/htdocs/js/commentmanage.js
Modified: trunk/htdocs/js/commentmanage.js
===================================================================
--- trunk/htdocs/js/commentmanage.js	2010-10-18 09:00:04 UTC (rev 17572)
+++ trunk/htdocs/js/commentmanage.js	2010-10-18 09:15:19 UTC (rev 17573)
@@ -563,7 +563,7 @@
     if( getSingle)
         params.push( 'single=1' );
 
-    var url = '/__rpc_get_thread?' + params.join( '&' );
+    var url = LiveJournal.getAjaxUrl('get_thread') + '?' + params.join( '&' );
     jQuery.get( url, success, 'json' );
 }
 

Tags: changelog_bot, js, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments