diff options
author | Johan Sørensen <johan@johansorensen.com> | 2009-11-03 16:41:14 +0100 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2009-11-04 15:23:49 +0100 |
commit | f9a25a8d34ad4f74ab9e624dced384b81e92c5a4 (patch) | |
tree | b69763a9fbcf6137740d5d7126d9dde4263d99f4 | |
parent | 070f38dd8cf4b80ea1b869e42ea330d9e6e7c656 (diff) | |
download | gitorious-mainline-outdated-f9a25a8d34ad4f74ab9e624dced384b81e92c5a4.zip gitorious-mainline-outdated-f9a25a8d34ad4f74ab9e624dced384b81e92c5a4.tar.gz gitorious-mainline-outdated-f9a25a8d34ad4f74ab9e624dced384b81e92c5a4.tar.bz2 |
cancel the selectable() in td.code as well
-rw-r--r-- | public/javascripts/diff_browser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/diff_browser.js b/public/javascripts/diff_browser.js index cb89b80..82d70ca 100644 --- a/public/javascripts/diff_browser.js +++ b/public/javascripts/diff_browser.js @@ -546,7 +546,7 @@ Gitorious.enableCommenting = function() { start: function(e, ui) { Gitorious.CommentForm.destroyAll(); }, - cancel: ".inline_comments", + cancel: ".inline_comments, td.code", stop: function(e, ui) { var diffTable = e.target; $(diffTable).find("td.ui-selected").each(function(el) { |