Skip to content

Commit

Permalink
No Hidden Fin
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python authored Oct 30, 2024
1 parent afdb87a commit 74d3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PLinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {
let PLinput = document.getElementById('PLinput');

if (window.location.href.includes('noinput')) {
document.getElementById("PLinput").classList.add('is-hidden');
// document.getElementById("PLinput").classList.add('is-hidden');
url_PL_input = 'https://yt.mi.42web.io/www.php?list=';
}

Expand Down

0 comments on commit 74d3f3b

Please # to comment.