]> git.openstreetmap.org Git - rails.git/commitdiff
Fix P2 interaction with search links
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Apr 2013 22:59:25 +0000 (15:59 -0700)
committerTom Hughes <tom@compton.nu>
Thu, 25 Apr 2013 16:37:57 +0000 (17:37 +0100)
Need to prevent the default action so that the page isn't
reloaded.

Also, since the click event binding uses delegation, it isn't
necessary to wrap it in $(document).ready().


No differences found