mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 13:03:27 +02:00
* show user avatar (outfit) in forum posts
* show user position (group) in forum posts * replaced forum actions links (move, remove, edit, quote) with images * redirect directly to the thread on user login (on new reply) * fixed account login redirect with special chars (like '&' and '?')
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
// Automatic redirect
|
||||
setTimeout ("automaticRedirect()", 1000);
|
||||
function automaticRedirect() {
|
||||
window.location = "{{ redirect }}";
|
||||
window.location = "{{ redirect|raw }}";
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user