diff --git a/src/public/app/widgets/switch.js b/src/public/app/widgets/switch.js index 7f422b79c..9a74b67bc 100644 --- a/src/public/app/widgets/switch.js +++ b/src/public/app/widgets/switch.js @@ -5,25 +5,74 @@ const TPL = `
 
@@ -113,7 +149,6 @@ export default class SwitchWidget extends NoteContextAwareWidget { this.$switchButton.toggleClass("on", this.currentState); this.$switchToggle.prop("checked", this.currentState); - console.log(this.currentState); if (this.currentState) { this.$switchName.text(this.switchOffName);