turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 431 forks source link

Scripts within permanent nodes tweak #600

Closed jordanthomas closed 9 years ago

jordanthomas commented 9 years ago

Checks a script's parent nodes to ensure it's not within a data-turbolinks-permanent before running it. Related to issue #599 that I created.

jordanthomas commented 9 years ago

Took a different approach to this in #601.