summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rwxr-xr-xstatic/js/home.js3
-rwxr-xr-xstatic/js/pichat.js1
2 files changed, 2 insertions, 2 deletions
diff --git a/static/js/home.js b/static/js/home.js
index 60b5d07..e9be833 100755
--- a/static/js/home.js
+++ b/static/js/home.js
@@ -152,7 +152,8 @@ function login() {
var onSuccess = function(json) {
location.href = location.href;
if (typeof pageTracker !== 'undefined') {
- pageTracker._setCustomVar(1, "logged-in", nick,
+ pageTracker._setCustomVar(1, "logged-in", nick);
+ }
};
var onError = function(resp, textStatus, errorThrown) {
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 566bd10..92d24a1 100755
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -241,7 +241,6 @@ function initChat() {
}
function initProfile() {
-
jQuery(".linkify").each(function() {
var text = jQuery(this).text();
jQuery(this).html(linkify(text));