Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix Pjax hook
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Mar 21, 2014
1 parent 906524a commit faffa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/nembrot.document.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ load_code = () ->
$ ->
document_initializers()

$(document).on 'pjax:end', '[data-pjax-container]', ->
$(document).on 'pjax:end', ->
content_initializers()
content_initializers_reload_only()

Expand Down

0 comments on commit faffa17

Please sign in to comment.