Fixes console logs
This commit is contained in:
parent
a9e31a2843
commit
9ce83250da
|
@ -148,9 +148,7 @@ export default {
|
|||
* @param {boolean} show
|
||||
*/
|
||||
showStartMutedOptions (show) {
|
||||
console.log("------", show, UIUtil.isSettingEnabled('moderator'));
|
||||
if (show && UIUtil.isSettingEnabled('moderator')) {
|
||||
console.log("idva li tuuk");
|
||||
// Only show the subtitle if this isn't the only setting section.
|
||||
if (!$("#moderatorOptionsTitle").is(":visible")
|
||||
&& interfaceConfig.SETTINGS_SECTIONS.length > 1)
|
||||
|
|
Loading…
Reference in New Issue