Bug 158475 JS console should allow multiple evaluations of const x = Math.random(); x * x; r=timeless sr=roc

This commit is contained in:
neil%parkwaycc.co.uk 2004-01-20 00:14:31 +00:00
Родитель 480b29db9e
Коммит 0112ac59f8
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -146,6 +146,9 @@ function displayResult()
if (result)
gConsole.mCService.logStringMessage(result);
// or could use appendMessage which doesn't persist
var iframe = document.getElementById("Evaluator");
if (iframe.getAttribute("src") != "about:blank")
iframe.setAttribute("src", "about:blank");
}
/* :::::::: Command Controller for the Window ::::::::::::::: */