Don't display stuff on startup! rs=Silver on IRC. No bug, was tested before commit. NPOTFFB.
git-svn-id: svn://10.0.0.236/trunk@257967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -388,9 +388,8 @@ function initStatic()
|
||||
}
|
||||
catch (ex)
|
||||
{
|
||||
display(getMsg(MSG_ERR_INPUTHISTORY_NOT_WRITABLE,
|
||||
inputHistoryFile.path),
|
||||
MT_ERROR);
|
||||
msg = getMsg(MSG_ERR_INPUTHISTORY_NOT_WRITABLE, inputHistoryFile.path);
|
||||
setTimeout("client.display(" + msg.quote() + ", MT_ERROR)", 0);
|
||||
dd(formatException(ex));
|
||||
client.inputHistoryLogger = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user