php-password-store/js/pws.js
Gergely Polonkai (W00d5t0ck) 5651b5aad9 Replaced placeholder message.
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-05-17 11:07:22 +02:00

10 lines
169 B
JavaScript

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