diff --git a/js/pws.js b/js/pws.js index 142f531..80460b0 100644 --- a/js/pws.js +++ b/js/pws.js @@ -1,7 +1,7 @@ $(document).ready(function() { $('#username').tooltip({ bodyHandler: function() { - return 'JUJ!'; + return 'User information will go here'; }, track: true, delay: 0,