diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2013-08-09 09:28:41 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2013-08-09 09:28:41 -0400 |
| commit | a7cad3dea595698294e55673b10b4380315a8013 (patch) | |
| tree | 8e33586d86acd62efff419c9fec01fa3c32eb112 /static/js | |
| parent | 9c565b805bd0a3315ea56c5e9960f6846fe073be (diff) | |
Prod commit
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/fullscreen.js | 10 | ||||
| -rw-r--r-- | static/js/pichat.js | 2 |
2 files changed, 6 insertions, 6 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"; }; diff --git a/static/js/pichat.js b/static/js/pichat.js index ceeb397..08054e7 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -445,7 +445,7 @@ function removeOldMessages(){ } } -window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "true"; +window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "ok"; window.ImgsEnabled = Preferences.getProperty("chat.imgsEnabled", "true") == "true"; function muteSelector() { |
