mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Small fixes, and removing unused variables
This commit is contained in:
@@ -825,18 +825,7 @@ var List = {
|
||||
show: function() {
|
||||
if(!Helper.mobilecheck())
|
||||
{
|
||||
/*if(showToggle){
|
||||
showToggle=false;
|
||||
$("#toptitle").empty();
|
||||
$("#chan").addClass("bigChan");
|
||||
//$("#chan").html("zoff.me/"+encodeURI(chan));
|
||||
$("#chan").html("zoff.me/"+chan.toLowerCase());
|
||||
}else{
|
||||
showToggle=true;
|
||||
$("#toptitle").html("Zoff");
|
||||
$("#chan").removeClass("bigChan");
|
||||
$("#chan").html(chan);
|
||||
}*/$("#channel-share-modal").modal("open");
|
||||
$("#channel-share-modal").modal("open");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user