]> git.openstreetmap.org Git - rails.git/commitdiff
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)
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.


No differences found