mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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){
|
window.Finder = function(options){
|
||||||
options = Object.extend( {
|
options = Object.extend( {
|
||||||
user_id: 'samsonjs'
|
user_id: 'samsonjs'
|
||||||
,project: SJS.projName
|
,project: 'samhuri.net'
|
||||||
,branch: 'master'
|
,branch: 'master'
|
||||||
}, options || {} )
|
}, options || {} )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue