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

Update nette.ajax.js #98

Closed rhrebecek closed 9 years ago

rhrebecek commented 10 years ago

remove return false; in $.nette.ext('redirect')

fprochazka commented 10 years ago

What was it breaking? Can you explain please?

rhrebecek commented 10 years ago

Nothing was redirect the requested page.

fprochazka commented 10 years ago

I don't understand.

vojtech-dobes commented 10 years ago

@rhrebecek What exactly is the problem with return false there? It shouldn't affect redirect action.