mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added help for client-mode
This commit is contained in:
@@ -4,7 +4,7 @@ var Channel = {
|
||||
$(".tabs").addClass("hide");
|
||||
$("#wrapper").removeClass("tabs_height");
|
||||
$("#wrapper").addClass("client-wrapper");
|
||||
$(".embed-button-footer").addClass("hide");
|
||||
//$(".embed-button-footer").addClass("hide");
|
||||
$(".skip_next_client").removeClass("hide");
|
||||
if(!Helper.mobilecheck()) {
|
||||
$(".skip_next_client").tooltip({
|
||||
@@ -75,15 +75,15 @@ var Channel = {
|
||||
accordion : true
|
||||
});
|
||||
if(!client) {
|
||||
$("#help").modal();
|
||||
$("#embed").modal();
|
||||
} else {
|
||||
$("#help").remove();
|
||||
//$("#help").remove();
|
||||
$("#embed").remove();
|
||||
$(".help-button-footer").remove();
|
||||
$(".embed-button-footer").remove();
|
||||
$(".tabs").remove();
|
||||
}
|
||||
$("#help").modal();
|
||||
$("#contact").modal();
|
||||
$("#channel-share-modal").modal();
|
||||
$("#delete_song_alert").modal({
|
||||
|
||||
Reference in New Issue
Block a user