[nodebb-script-ajaxify-disable] Disable the Single Page Application aspect of NodeBB
<script> | |
ajaxify.go = function(url) { | |
window.location.href = RELATIVE_PATH + '/' + url; | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Place this snippet inside of an HTML/Script widget located in a Global widget area, otherwise it will not take effect on all pages.