allura
修訂 | 06ee79685ad0880c221544169914d9b1a832dbe4 (tree) |
---|---|
時間 | 2011-04-14 04:35:06 |
作者 | Kyle Adams <kadams@geek...> |
Commiter | Kyle Adams |
[#1947] Enable ctrl-clicking on ticket links.
Not directly related to this ticket, but Dave noticed the problem
while trying to ctrl-click on a link in the ticket. It's actually
some cruft left over from when we removed the "click anywhere to
edit" feature on tickets.
Signed-off-by: Kyle Adams <kadams@geek.net>
@@ -172,11 +172,6 @@ | ||
172 | 172 | }); |
173 | 173 | return false; |
174 | 174 | }); |
175 | - | |
176 | - // Allow the ticket metadata links to function without turning on edit mode | |
177 | - $('.editbox a, #ticket_content a').click(function (event) { | |
178 | - event.stopPropagation(); | |
179 | - }); | |
180 | 175 | }); |
181 | 176 | </script> |
182 | 177 | {% endif %} |