Sha256: 34a7e70b620a7e03abf89da025eab1f6c0bb285736294d5164a41af855d939af
Contents?: true
Size: 308 Bytes
Versions: 61
Compression:
Stored size: 308 Bytes
Contents
# Fix for button link in button group $(document).on 'turbolinks:load page:change ready', -> $('.btn-group > a.btn, .dropdown-item').click -> try # Turbolinks exist Turbolinks.visit($(this).attr('href')) catch exception # Turbolinks doesn't exist window.location = $(this).attr('href')
Version data entries
61 entries across 61 versions & 1 rubygems