Style the debug window to match the sidebar

This commit is contained in:
Nick O'Leary
2016-06-20 23:08:37 +01:00
parent ab31f34862
commit 0cd20768f4
5 changed files with 89 additions and 4 deletions

View File

@@ -148,7 +148,7 @@
if (subWindow) {
try {
subWindow.postMessage(JSON.stringify(o),"*")
subWindow.postMessage(o,"*")
} catch(err) {
console.log(err);
}