|
|
@@ -148,9 +148,7 @@ export default {
|
|
148
|
148
|
* @param {boolean} show
|
|
149
|
149
|
*/
|
|
150
|
150
|
showStartMutedOptions (show) {
|
|
151
|
|
- console.log("------", show, UIUtil.isSettingEnabled('moderator'));
|
|
152
|
151
|
if (show && UIUtil.isSettingEnabled('moderator')) {
|
|
153
|
|
- console.log("idva li tuuk");
|
|
154
|
152
|
// Only show the subtitle if this isn't the only setting section.
|
|
155
|
153
|
if (!$("#moderatorOptionsTitle").is(":visible")
|
|
156
|
154
|
&& interfaceConfig.SETTINGS_SECTIONS.length > 1)
|