We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3ee51 commit 978f4baCopy full SHA for 978f4ba
lib/rails_script/version.rb
@@ -1,3 +1,3 @@
1
module RailsScript
2
- VERSION = '2.0.2'
+ VERSION = '2.0.3'
3
end
vendor/assets/javascripts/rails_script/init.coffee
@@ -27,7 +27,7 @@ RailsScript.init = ->
27
28
# Clear event handlers on navigation
29
RailsScript.setClearEventHandlers = ->
30
- jQuery(document).on 'page:before-change turbolinks:before-visit', ->
+ jQuery(document).on 'page:before-change turbolinks:before-render', ->
31
for element in [window, document]
32
for event, handlers of (jQuery._data(element, 'events') || {})
33
for handler in handlers
0 commit comments