mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed bug where you can't change viewing channels on frontpage when navigating back and forth
This commit is contained in:
2
public/dist/main.min.js
vendored
2
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -323,6 +323,7 @@ var Frontpage = {
|
|||||||
}
|
}
|
||||||
$("body").css("background-color", "#2d2d2d");
|
$("body").css("background-color", "#2d2d2d");
|
||||||
$("#offline-mode").tooltip("remove");
|
$("#offline-mode").tooltip("remove");
|
||||||
|
currently_showing_channels = 1;
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: new_channel + "/public/php/index.php",
|
url: new_channel + "/public/php/index.php",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user