From 5651b5aad993a796572b13e9604fc9877f2e99df Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Thu, 17 May 2012 11:07:22 +0200 Subject: [PATCH] Replaced placeholder message. Signed-off-by: Gergely Polonkai (W00d5t0ck) --- js/pws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,