Author: ygrego Date: 2015-04-14 12:44:54 +0000 (Tue, 14 Apr 2015) New Revision: 1168 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1168 Log: Deletion of comments in method "start". Modified: oipf/view/test.html Modified: oipf/view/test.html =================================================================== --- oipf/view/test.html 2015-04-14 12:29:50 UTC (rev 1167) +++ oipf/view/test.html 2015-04-14 12:44:54 UTC (rev 1168) @@ -59,9 +59,9 @@ tests.displayInLineArray(); addListenerForButton(tests); document.getElementById("runAllBtn").onclick = tests.runAll.bind(tests); -// if (ApplicationManager && !ApplicationManager.getWindows()[0].active) { -// ApplicationManager.getWindows()[0].activate(); -// } + if (ApplicationManager && !ApplicationManager.getWindows()[0].active) { + ApplicationManager.getWindows()[0].activate(); + } } function hideOrShowTestSection(sectionId) {
participants (1)
-
ygregoï¼ users.nuiton.org