From 05feec0133d23c8f3fc85a8e677abf14c9d17767 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 19 Dec 2010 22:59:18 -0800 Subject: [PATCH] fallback to a static string, not some external SJS thing --- assets/ghfinder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/ghfinder.js b/assets/ghfinder.js index 9297818..0942f2d 100644 --- a/assets/ghfinder.js +++ b/assets/ghfinder.js @@ -73,8 +73,8 @@ window.Finder = function(options){ options = Object.extend( { - user_id: 'samsonjs' - ,project: SJS.projName + user_id: 'samsonjs' + ,project: 'samhuri.net' ,branch: 'master' }, options || {} )