php-password-store/js/pws.js

10 lines
169 B
JavaScript

$(document).ready(function() {
$('#username').tooltip({
bodyHandler: function() {
return 'User information will go here';
},
track: true,
delay: 0,
});
});