Skip to content

Commit

Permalink
Add another instance of placeholder audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Dec 2, 2021
1 parent bae4fbc commit f990975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/diff_new.php
Expand Up @@ -144,7 +144,7 @@ function actionToBadge(action){
break;
}

if(full.md5 == "de6135861a6cacfe176830f18f597c3e"){
if(full.md5 == "de6135861a6cacfe176830f18f597c3e" || full.md5 == "ea80e802952501021865cfeed808ac3f"){
content += " <span style='float: right'><a tabindex='0' role='button' data-trigger='hover' data-container='body' data-html='true' data-toggle='popover' data-placement='top' style='color: ;' data-content='<b>Placeholder audio</b><br> This file has no audio yet'><span class='fa-stack'><i class='fa fa-volume-off fa-stack-1x'></i><i class='fa fa-ban fa-stack-1x text-danger'></i></span></i></a></span>";
}
break;
Expand Down
2 changes: 1 addition & 1 deletion files/index.php
Expand Up @@ -448,7 +448,7 @@ function saveSettings(){
}
test += "</a>";

if(full[3][0].contenthash == "de6135861a6cacfe176830f18f597c3e"){
if(full[3][0].contenthash == "de6135861a6cacfe176830f18f597c3e" || full[3][0].contenthash == "ea80e802952501021865cfeed808ac3f"){
test += "<span style='float: right'><a tabindex='0' role='button' data-trigger='hover' data-container='body' data-html='true' data-toggle='popover' data-placement='top' style='color: ;' data-content='<b>Placeholder audio</b><br> This file has no audio yet'><span class='fa-stack'><i class='fa fa-volume-off fa-stack-1x'></i><i class='fa fa-ban fa-stack-1x text-danger'></i></span></i></a></span>";
}

Expand Down

0 comments on commit f990975

Please sign in to comment.