We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59582 commit b40cb01Copy full SHA for b40cb01
js/ui.js
@@ -43,7 +43,7 @@ function xlate_poll(){//poll the UI for mode radio-box changes.
43
//console.log("x");
44
var newmode=getCheckedRadioValue("mode");
45
if(newmode!=mode){//check if the selected radio button has been changed
46
- console.log("changed! "+mode+"->"+newmode+" "+mode_bases[newmode]);
+ console.log("changed! "+mode+"->"+newmode);
47
var oldmode=mode;
48
mode=newmode;//change the current mode value.
49
if(xlate_istextmode(oldmode) && xlate_istextmode(newmode)){
0 commit comments