// not working? sS hscript_reloadOnHistoryNav() { ret hscript([[ jQuery( document ).ready(function( $ ) { $(window).on('popstate', function() { location.reload(true); }); }); ]]); }