Sha256: e99d6535185051528e7f34da9b189e2764747cc99be2ae25430519602c34981e
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
$(document).ready -> $(document).on 'edit', '.map.do_not_show_in_edit_mode', -> # # Hide this map when entering edit mode. Do not show it afterwards, # since the map is only updated on page reload, not via javascript. # # Since edit_mode uses hide() and show(), we need to use the display # css attribute. # $(this).closest('.box').removeClass('with_small_map') $(this).remove()
Version data entries
3 entries across 3 versions & 1 rubygems