(msg)
| 67 | }); |
| 68 | |
| 69 | var writeLog = function (msg) { |
| 70 | var logElement = $("#output"); |
| 71 | logElement.innerHTML += msg + "<br>"; |
| 72 | logElement.scrollTop = logElement.scrollHeight; |
| 73 | }; |
| 74 | |
| 75 | // NW.JS Notification |
| 76 | var showNotification = function (icon, title, body) { |
no test coverage detected