Permalink
Browse files
Add escape handling to human_build too
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
main/ui/human_build.rml
|
@@ -95,8 +95,9 @@ div.infobox { |
|
|
height: 50%; |
|
|
} |
|
|
</style> |
|
|
<script src="lua/util.lua" /> |
|
|
</head> |
|
|
<body id="human_build" class="circlemenu human" onShow='Events.pushevent("buildDS humanBuildList default; buildDS humanBuildList upgrades", event)'> |
|
|
<body id="human_build" class="circlemenu human" onKeyDown="detectEscape(event, document)" onShow='Events.pushevent("buildDS humanBuildList default; buildDS humanBuildList upgrades", event)'> |
|
|
<div id="foo"> |
|
|
<tabset class="circlemenu"> |
|
|
<tab></tab> |
|
|
0 comments on commit
d1d08fe