Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Liot <anthony.liot@gmail.com>
  • Loading branch information
anthonyliot committed Apr 30, 2016
1 parent 9fbf0d6 commit 40639a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webcl/js/settings.js
Expand Up @@ -48,7 +48,7 @@ for (var i = 0; i < urlParts.length; i++) {
TITLE = eltParts[1];
TITLE = TITLE.replace(/%20/gi, " ");
} else {
PARAM.push(eltParts);
PARAM.push(''+eltParts);
}
}

Expand Down Expand Up @@ -165,7 +165,6 @@ function loadModule(argv) {
text = Array.prototype.slice.call(arguments).join(' ');
element.value += text + '\n';
element.scrollTop = 1000000;
//console.log(text);
};
})(),
printErr: function(text) {
Expand Down

0 comments on commit 40639a4

Please sign in to comment.