Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I like to add a function to save button in admin panel. Can I make the button redirect to previous page?
Your function should know about this 'previous page'. Just 'window.history.back()' may work sometimes, but other times may work incorrectly, so it's better to store the link to the page you need via LocalStorage.
2 posts Page 1 of 1
cron