mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed donationhash
This commit is contained in:
2
server/public/assets/dist/main.min.js
vendored
2
server/public/assets/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -442,12 +442,11 @@ function initfp(){
|
|||||||
|
|
||||||
$("#channel-load").css("display", "none");
|
$("#channel-load").css("display", "none");
|
||||||
//Materialize.toast("<a href='/remote' style='color:white;'>Try out our new feature, remote!</a>", 8000)
|
//Materialize.toast("<a href='/remote' style='color:white;'>Try out our new feature, remote!</a>", 8000)
|
||||||
if(window.location.hash == "#donation")
|
if(window.location.hash == "#donation") {
|
||||||
{
|
|
||||||
window.location.hash = "#";
|
window.location.hash = "#";
|
||||||
|
$('#donation').modal();
|
||||||
$('#donation').modal('open');
|
$('#donation').modal('open');
|
||||||
}
|
}
|
||||||
//window.channel_list = channel_list;
|
|
||||||
|
|
||||||
if(!localStorage.ok_cookie){
|
if(!localStorage.ok_cookie){
|
||||||
before_toast();
|
before_toast();
|
||||||
|
|||||||
Reference in New Issue
Block a user