commit 7c870b6d93c64b79287cc49337e9d2ae6ce0f20a
parent 3b099e971aa80336009e73e08920df9798614f6e
Author: zorkow <volker.sorge@gmail.com>
Date: Mon, 14 Sep 2015 11:55:50 +0100
Cleaned code.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js
@@ -604,7 +604,6 @@
},
Create: function (menu) {
- console.log('create');
if (!this.hidden) {
var def = this.Attributes();
var label = this.Label(def,menu);
@@ -915,7 +914,6 @@
return [["span",span,[this.marker]]," "+this.Name()];
},
Mouseup: function (event,menu) {
- console.log(menu);
if (!this.disabled) {
var child = menu.parentNode.childNodes;
for (var i = 0, m = child.length; i < m; i++) {
@@ -926,7 +924,6 @@
}
menu.firstChild.display = "";
CONFIG.settings[this.variable] = this.value;
- console.log('Changing');
MENU.cookie[this.variable] = CONFIG.settings[this.variable]; MENU.saveCookie();
SIGNAL.Post(["radio button",this]);
}