From 4646ba4e30ecf515892e58ea155ec081ae281698 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 30 Oct 2013 16:28:57 +0000 Subject: [PATCH] Remove unused class attribute from checkbox widget --- core/modules/new_widgets/checkbox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/new_widgets/checkbox.js b/core/modules/new_widgets/checkbox.js index 012b5062a..4166599da 100644 --- a/core/modules/new_widgets/checkbox.js +++ b/core/modules/new_widgets/checkbox.js @@ -81,7 +81,6 @@ CheckboxWidget.prototype.execute = function() { // Get the parameters from the attributes this.checkboxTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler")); this.checkboxTag = this.getAttribute("tag"); - this.checkboxClass = this.getAttribute("class"); // Make the child widgets this.makeChildWidgets(); };