Skip to content

Commit

Permalink
Fix JS to display correct password placeholder on CloudsRead template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Aug 2, 2024
1 parent 9979f45 commit c4f7695
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/Views/cloudsRead.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@
$("#credentials\\.secret_key").attr("placeholder", "<?= __("has not been set") ?>");
<?php }
} ?>
});
}
</script>

<script {csp-script-nonce}>
window.onload = function () {
$(document).ready(function () {

var hash = window.location.hash;
if (hash == "") {
Expand Down

0 comments on commit c4f7695

Please sign in to comment.