Remove pear package creation script
[phorkie.git] / www / js / autologin.js
index 96a524ca39a5a1fa9bf33255855f7e673320a3dc..cacf8dcc25095fb29f04672a822829f705d251d4 100644 (file)
@@ -29,7 +29,7 @@ function notifyAutologin(data)
             + ' style="display: none; position: fixed; top: 0px; left: 0px; width: 100%; text-align: center">'
             + 'Welcome, ' + data.name + '.'
             + ' You have been logged in - '
-            + '<a href="#" onclick="document.location.reload(); return false;">reload</a> to see it.'
+            + '<a href="' + document.location + '">reload</a> to see it.'
             + '</div>'
         );
     $('#autologinnotifier').click(function(event) {