From 5f057d1d95d00294472edcbfbc17cfec4dfb561d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Dec 2012 05:35:44 -0500 Subject: fix /profile links with username.sj.com --- frontend/static/js/admin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/static/js/admin.js') diff --git a/frontend/static/js/admin.js b/frontend/static/js/admin.js index 92a0421..f9a75fb 100644 --- a/frontend/static/js/admin.js +++ b/frontend/static/js/admin.js @@ -66,7 +66,8 @@ var Admin = var li = "
  • " li += ""+thisDate+"" li += ""+makeClockTime(d)+"" - li += ""+row[4]+"" + var domain = window.location.hostname.split('.').slice(-2).join('.') + li += ""+row[4]+"" li += ""+type+"" li += ""+row[6]+"" li += "remove" -- cgit v1.2.3-70-g09d2