]> git.openstreetmap.org Git - rails.git/commit
Drop click handler for changeset entries in the history sidebar
authorTom Hughes <tom@compton.nu>
Mon, 2 Dec 2013 10:17:53 +0000 (10:17 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Dec 2013 10:17:53 +0000 (10:17 +0000)
commit9e25f5563d87fd6bce5b1679790d6d9c9e34e875
treebeab139ccc0935fa6b43935118f7202fc9a1cf8f
parentf42af6d47e38687f5e07192832843572b715b658
Drop click handler for changeset entries in the history sidebar

The default click handler in index.js handles them fine, and as this
one was not calling preventDefault both were actually firing in some
browsers, causing the changeset to be loaded twice and two history
entries to be created.
app/assets/javascripts/index/history.js