[openstreetmap-website] Control buttons invisible in "browse map data" mode (#212)
Martin Raifer
notifications at github.com
Tue Feb 12 09:28:51 GMT 2013
The two buttons *"Manually select a different area"* and *"Hide areas"* are hidden immediately after opening the tab.
Most likely, this is because of an (unconscious?) upgrade to jquery 1.9 which deprecated the usage of ``.toggle(function, function)`` (see jquery [upgrade notes](http://jquery.com/upgrade-guide/1.9/#toggle-function-function-removed)) in the following file: app/assets/javascripts/index/browse.js (lines 72 and 75)
Maybe you should look for more occurrences of deprecated jquery calls in other parts of the code...
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130212/440beb33/attachment.html>
More information about the rails-dev
mailing list