• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂06ee79685ad0880c221544169914d9b1a832dbe4 (tree)
時間2011-04-14 04:35:06
作者Kyle Adams <kadams@geek...>
CommiterKyle Adams

Log Message

[#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>

Change Summary

差異

--- a/ForgeTracker/forgetracker/templates/tracker/ticket.html
+++ b/ForgeTracker/forgetracker/templates/tracker/ticket.html
@@ -172,11 +172,6 @@
172172 });
173173 return false;
174174 });
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- });
180175 });
181176 </script>
182177 {% endif %}