remove unused settings

This commit is contained in:
Barış Soner Uşaklı
2017-12-10 16:35:34 -05:00
parent 18b559bab0
commit b84e132601
2 changed files with 0 additions and 16 deletions

View File

@@ -120,8 +120,6 @@ module.exports = function (User) {
userLang: data.userLang || meta.config.defaultLang,
followTopicsOnCreate: data.followTopicsOnCreate,
followTopicsOnReply: data.followTopicsOnReply,
sendChatNotifications: data.sendChatNotifications,
sendPostNotifications: data.sendPostNotifications,
restrictChat: data.restrictChat,
topicSearchEnabled: data.topicSearchEnabled,
delayImageLoading: data.delayImageLoading,

View File

@@ -278,20 +278,6 @@
</select>
</div>
<div class="checkbox">
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
<input class="mdl-switch__input" type="checkbox" data-field="sendChatNotifications">
<span class="mdl-switch__label"><strong>[[admin/settings/user:email-chat-notifs]]</strong></span>
</label>
</div>
<div class="checkbox">
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
<input class="mdl-switch__input" type="checkbox" data-field="sendPostNotifications">
<span class="mdl-switch__label"><strong>[[admin/settings/user:email-post-notif]]</strong></span>
</label>
</div>
<div class="checkbox">
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
<input class="mdl-switch__input" type="checkbox" data-field="followTopicsOnCreate">