Skip to content

Commit

Permalink
Restore missing js file
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 11, 2024
1 parent 700e0c6 commit 2927e2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htdocs/js/service-desk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$(document).ready(function(){
$("input.fake-password").one("click", function(event) {
$(this).removeAttr("placeholder");
$(this).css("-webkit-text-security","circle");
});
});

0 comments on commit 2927e2e

Please sign in to comment.