diff --git a/js/debugLog.js b/js/debugLog.js index 57ec4504..c7d79b82 100644 --- a/js/debugLog.js +++ b/js/debugLog.js @@ -18,7 +18,7 @@ debugLog.push(str); }; console.get = function() { - return debugLog.join('\n'); + return window.navigator.userAgent + '\n' + debugLog.join('\n'); }; console.post = function(log) { if (log === undefined) {