Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2369 → Rev 2370

/web/js/ChilliLibrary.js
250,7 → 250,7
return chilliController.onError('Cannot get challenge');
}
 
if ( resp.clientSate === chilliController.stateCodes.AUTH ) {
if ( resp.clientState === chilliController.stateCodes.AUTH ) {
log('logonStep2: Already connected. Aborting.');
return chilliController.onError('Already connected.');
}
/web/js/statusControler.js
1,6 → 1,4
chilliController.interval = 20;
chilliController.host = "alcasar";
chilliController.port = 3990;
chilliController.onUpdate = updateUI ;
chilliController.onError = handleError ;
chilliClock.onTick = function () { }