diff --git a/core/modules/widgets/button.js b/core/modules/widgets/button.js index 74c3d589a..f8fb17fab 100644 --- a/core/modules/widgets/button.js +++ b/core/modules/widgets/button.js @@ -99,7 +99,7 @@ ButtonWidget.prototype.handleClickEvent = function(event) { this.triggerPopup(event); handled = true; } - if(this.set && this.setTo) { + if(this.set) { this.setTiddler(); handled = true; }