mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed hashlink error on move from channel to frontpage and closing modal
This commit is contained in:
@@ -259,7 +259,7 @@ var Nochan = {
|
||||
window.onpopstate = function(e){
|
||||
var url_split = window.location.href.split("/");
|
||||
|
||||
if(url_split[3] != "" && (url_split[3].substring(0,1) != "#")){
|
||||
if(url_split[3] != "" && url_split[3].substring(0,1) != "#"){
|
||||
Nochan.to_channel(url_split[3], true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user