mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-13 11:55:52 +00:00
fallback to a static string, not some external SJS thing
This commit is contained in:
parent
92f4944219
commit
05feec0133
1 changed files with 2 additions and 2 deletions
|
|
@ -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 || {} )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue