vojtech-dobes / nette.ajax.js

Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
https://componette.org/vojtech-dobes/nette.ajax.js/
MIT License
149 stars 85 forks source link

Using data-ajax-off="scrollTo" is not working #110

Open MelkorNemesis opened 9 years ago

MelkorNemesis commented 9 years ago

When using data-ajax-off attribute with scrollTo value to prevent the scrollTo extension to be fired, it is fired anyway.

Possible problem might be the values from settings.off are not passed into dependent extensions, such as scrollTo.