diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-18 21:27:48 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-18 21:27:48 +0200 |
commit | 406dcbbcd3b800582d79c6d8095b905367d0141a (patch) | |
tree | 743e46ed365c01a1ff8365086ffc420af92ef836 /template/en/default/attachment | |
parent | ae77f29440ce3aec26e115502ea804d1533494e9 (diff) | |
download | bugs-406dcbbcd3b800582d79c6d8095b905367d0141a.tar bugs-406dcbbcd3b800582d79c6d8095b905367d0141a.tar.gz bugs-406dcbbcd3b800582d79c6d8095b905367d0141a.tar.bz2 bugs-406dcbbcd3b800582d79c6d8095b905367d0141a.tar.xz bugs-406dcbbcd3b800582d79c6d8095b905367d0141a.zip |
Backout bug 984980
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index e8193e319..18cc12640 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -11,13 +11,6 @@ [% header = BLOCK %]Create New Attachment for [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug) FILTER none %][% END %] [% subheader = BLOCK %][% bug.short_desc FILTER html %][% END %] -[% javascript = BLOCK %] - YAHOO.util.Event.onDOMReady(function() { - YAHOO.util.Event.addListener(window, 'keydown', keys_pressed, [% bug.id FILTER none %]); - YAHOO.util.Event.addListener(window, 'keyup', keys_released); - }); -[% END %] - [% PROCESS global/header.html.tmpl title = title |