diff --git a/config.default.js b/config.default.js index fb64d54dcf..562c5a194d 100644 --- a/config.default.js +++ b/config.default.js @@ -36,6 +36,11 @@ var config = { "facebook": { "app_id": '', "secret": '' + }, + + // Privileged Actions Reputation Thresholds + "privilege_thresholds": { + "manage_thread": 1000 } } diff --git a/public/css/style.less b/public/css/style.less index 0c2c357186..0dccfdfdf0 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -204,6 +204,10 @@ footer.footer { background: #fff; } + &.deleted { + -moz-opacity: 0.30; + opacity: 0.30; + } } #user_label { diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index f03e3921de..716c26d977 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -41,7 +41,6 @@ var ajaxify = {}; jQuery('#content').fadeOut(100); load_template(function() { - console.log('called'); exec_body_scripts(content); ajaxify.enable(); diff --git a/public/templates/category.tpl b/public/templates/category.tpl index 5abee5a796..7f01999c9c 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -10,7 +10,7 @@
Posted {topics.relativeTime} ago by {topics.username}. {topics.post_count} posts.