twister-html/theme_original/js/theme_option.js
2014-11-04 22:42:31 +06:00

9 lines
202 B
JavaScript
Executable File

$(function(){
$( ".promoted-posts-only").click(function() {
$(this).text( promotedPostsOnly ? polyglot.t('Switch to Normal posts') : polyglot.t('Switch to Promoted posts') );
});
});