Skip to content

Commit

Permalink
Fix for Z mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmc committed Jul 25, 2019
1 parent 612492b commit 208089d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified site/public/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion site/public/src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function setModeOnServer(mode){
function chooseCobol() {
if (validURL(urlfield.value)) {

setModeOnServer(MODE.COBOL);
setModeOnServer(MODE.Z);
highlightCobol();

console.log('clicked cobol');
Expand Down

0 comments on commit 208089d

Please sign in to comment.