can3p (can3p) wrote in changelog,
can3p
can3p
changelog

[livejournal] r19273: LJSUP-8984: Sort by poster - contextual ...

Committer: dpetrov
LJSUP-8984: Sort by poster - contextual popup
U   trunk/htdocs/js/contextualhover.js
Modified: trunk/htdocs/js/contextualhover.js
===================================================================
--- trunk/htdocs/js/contextualhover.js	2011-06-09 16:34:08 UTC (rev 19272)
+++ trunk/htdocs/js/contextualhover.js	2011-06-10 02:23:43 UTC (rev 19273)
@@ -528,8 +528,8 @@
 				&& Site.current_journal.is_comm === "1" ) {
 		jQuery( '<a/>', {
 			href: Site.current_journal.url_journal + '/?poster=' + data.username,
-			text: ( Site.remoteUser === data.username ) ? ( data.ml_filter_by_poster_me || 'Filter community by me' ) :
-							( data.ml_filter_by_poster || 'Filter community by poster' )
+			text: ( Site.remoteUser === data.username ) ? ( Site.ml_text.ml_filter_by_poster_me || 'Filter community by me' ) :
+							( Site.ml_text.ml_filter_by_poster || 'Filter community by poster' )
 		} )
 		.appendTo(content);
 		content.appendChild(document.createElement('br'));

Tags: can3p, 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