$(document).ready(function() {
    $('a[href$="/user"]').attr('href', '/user/'+'?destination='+window.location.pathname.slice(1));
});
