summaryrefslogtreecommitdiff
path: root/static/js/fullscreen.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-24 18:52:07 -0400
committerJulie Lala <jules@okfoc.us>2014-06-24 18:52:07 -0400
commit948926970571793e774ebf34c16e14ef8e694062 (patch)
tree90250502c299fc130efbd4c54a62e3c158cb7acd /static/js/fullscreen.js
parent0e9eb8b4fc0ef43f91b69749f276cadf2d3bb3ad (diff)
parentc14e6d4356a2c4d9981a6808ef19edb66fc96e51 (diff)
Merge branch 'master' of dumpfm:/pichat/repo
Diffstat (limited to 'static/js/fullscreen.js')
-rw-r--r--static/js/fullscreen.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/js/fullscreen.js b/static/js/fullscreen.js
index 5b46519..17b0614 100644
--- a/static/js/fullscreen.js
+++ b/static/js/fullscreen.js
@@ -109,12 +109,12 @@ function login() {
var hash = hex_sha1(nick + '$' + password + '$dumpfm');
var onSuccess = function(json) {
- if (typeof pageTracker !== 'undefined') {
- pageTracker._setCustomVar(1, "logged-in", nick);
- }
+ // if (typeof pageTracker !== 'undefined') {
+ // pageTracker._setCustomVar(1, "logged-in", nick);
+ // }
LoggedIn = true;
- $('#loginbox').hide();
- $('.sublogo').text('click to fav');
+ // $('#loginbox').hide();
+ // $('.sublogo').text('click to fav');
window.location.href = "/chat";
};