X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8bf26711c935aa14af1cfd72d8badc39b130f85..19a57c97b16d2dae962739f49732c081acaf3202:/app/views/site/_sidebar.rhtml diff --git a/app/views/site/_sidebar.rhtml b/app/views/site/_sidebar.rhtml index d81363590..ad2845ff4 100644 --- a/app/views/site/_sidebar.rhtml +++ b/app/views/site/_sidebar.rhtml @@ -14,6 +14,8 @@ var onclose; function openSidebar(options) { + options = options || {}; + if (onclose) { onclose(); onclose = null;