Minor fixes
This commit is contained in:
@@ -41,7 +41,7 @@ function Frame(frame,index) {
|
||||
this.render=function() {
|
||||
owner = base64_decode(this.owner);
|
||||
|
||||
return owner+' '.repeat(FRAME_HEADER-console.strlen(owner))+'\1n '+
|
||||
return '\1n'+owner+' '.repeat(FRAME_HEADER-console.strlen(owner))+'\1n '+
|
||||
'\1W\1H'+this.page+' '.repeat(FRAME_PAGENUM-this.page.length)+' '+
|
||||
'\1G\1H'+' '.repeat(FRAME_COST-this.cost.toString().length)+this.cost+FRAME_COSTUNIT+
|
||||
(console.screen_columns > 80 ? '\n\r' : '') +
|
||||
|
@@ -88,7 +88,7 @@ function getFrame(page) {
|
||||
return null;
|
||||
}
|
||||
|
||||
log(LOG_ERROR,'Loaded frame: ['+frame.frame+']['+frame.index+'] ('+frame.page+')');
|
||||
log(LOG_DEBUG,'Loaded frame: ['+frame.frame+']['+frame.index+'] ('+frame.page+')');
|
||||
return frame;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user