jQuery(document).ready(function() { jQuery('#go-back').on('click', function() { window.history.go(-1); return false; }); });

Please login to access your client content