polishing

10.3.x-maintenance
cTn 2013-11-01 15:04:55 +01:00
parent a6ba32263c
commit 8e7897ed9c
1 changed files with 17 additions and 17 deletions

View File

@ -32,8 +32,7 @@ function tab_initialize_cli() {
bufView[0] = 0x23; // #
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
});
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {});
var textarea = $('.tab-cli textarea');
textarea.keypress(function(event) {
@ -109,7 +108,7 @@ function leave_CLI(callback) {
bufView[4] = 0x0D; // enter
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
if (typeof callback !== 'undefined') {
if (callback) {
callback();
}
});
@ -146,6 +145,7 @@ function handle_CLI(data) {
sequence_elements = 0;
}
}
if (sequence_elements == 0) {
switch (data) {
case 10: // line feed