mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 08:27:51 +00:00
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
|
$(function(){
|
||
|
|
||
|
$( ".promoted-posts-only").click(function() {
|
||
|
$(this).text( promotedPostsOnly ? polyglot.t('Switch to Normal posts') : polyglot.t('Switch to Promoted posts') );
|
||
|
});
|
||
|
|
||
|
});
|
||
|
|