Commit ae77f294 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix bustage due to bug 984980

parent 536c2495
...@@ -56,11 +56,11 @@ ...@@ -56,11 +56,11 @@
[% javascript FILTER none %] [% javascript FILTER none %]
[% END %] [% END %]
[% END %] [% END %]
+[% javascript = BLOCK %] [% javascript = BLOCK %]
YAHOO.util.Event.onDOMReady(function() { YAHOO.util.Event.onDOMReady(function() {
YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]); YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]);
YAHOO.util.Event.addListener(window, 'keyup', keys_released); YAHOO.util.Event.addListener(window, 'keyup', keys_released);
}); });
[% END %] [% END %]
[% style_urls = ['skins/standard/bug.css'] %] [% style_urls = ['skins/standard/bug.css'] %]
[% doc_section = "using.html#anatomy-of-a-bug" %] [% doc_section = "using.html#anatomy-of-a-bug" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment