mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added a prettier QR-code link for joining on a channel
This commit is contained in:
@@ -825,7 +825,7 @@ var List = {
|
||||
show: function() {
|
||||
if(!Helper.mobilecheck())
|
||||
{
|
||||
if(showToggle){
|
||||
/*if(showToggle){
|
||||
showToggle=false;
|
||||
$("#toptitle").empty();
|
||||
$("#chan").addClass("bigChan");
|
||||
@@ -836,7 +836,7 @@ var List = {
|
||||
$("#toptitle").html("Zoff");
|
||||
$("#chan").removeClass("bigChan");
|
||||
$("#chan").html(chan);
|
||||
}
|
||||
}*/$("#channel-share-modal").modal("open");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user