Skip to content

Commit b40cb01

Browse files
committed
Fixes issue #4 by ignoring conversion
1 parent 8c59582 commit b40cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function xlate_poll(){//poll the UI for mode radio-box changes.
4343
//console.log("x");
4444
var newmode=getCheckedRadioValue("mode");
4545
if(newmode!=mode){//check if the selected radio button has been changed
46-
console.log("changed! "+mode+"->"+newmode+" "+mode_bases[newmode]);
46+
console.log("changed! "+mode+"->"+newmode);
4747
var oldmode=mode;
4848
mode=newmode;//change the current mode value.
4949
if(xlate_istextmode(oldmode) && xlate_istextmode(newmode)){

0 commit comments

Comments
 (0)