fixing ajaxify bug where external links (and the logout link!) did not

work -- basically any link that wasn't a template didn't work
v1.18.x
Julian Lam 12 years ago
parent 4117a3da48
commit 5e9340a4fe

@ -60,8 +60,10 @@ var ajaxify = {};
jQuery('#content, #footer').fadeIn(200);
}, url, template);
return true;
} else {
document.location.href = url;
return true;
}

Loading…
Cancel
Save