View: Add category info

This commit is contained in:
LoveEevee
2018-11-21 12:02:53 +03:00
parent a3ebf990fe
commit 0533ae77a4
4 changed files with 95 additions and 27 deletions

View File

@@ -48,6 +48,7 @@
diag.push("```")
diag.push("Taiko-Web version: " + this.version)
diag.push("URL: " + location.href)
diag.push("User agent: " + navigator.userAgent)
diag.push("Screen size: " + innerWidth + "x" + innerHeight + ", outer: " + outerWidth + "x" + outerHeight + ", ratio: " + (window.devicePixelRatio || 1).toFixed(2))
if(this.touchEnabled){