Full event passing between debug window and main window

This commit is contained in:
Nick O'Leary
2016-10-27 08:48:32 +01:00
parent 79da8e5a37
commit f460283fa1
5 changed files with 81 additions and 123 deletions

View File

@@ -119,3 +119,7 @@ pre code {
background-color: transparent;
border: 0;
}
.hide {
display: none;
}