Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shuttleworth foundation
ca-cla-chooser
Commits
aa89533d
Commit
aa89533d
authored
Oct 22, 2014
by
Jon Phillips
Browse files
fixed service urls
parent
4230183d
Changes
1
Show whitespace changes
Inline
Side-by-side
js/chooser.js
View file @
aa89533d
...
...
@@ -16,12 +16,12 @@
var
doDebug
=
false
;
var
debugNeedle
=
1337
;
//
var serviceUrl = 'http://service.fabricatorz.com';
var
serviceUrl
=
'
http://service.localhost
'
;
var
serviceUrl
=
'
http://service.fabricatorz.com
'
;
//
var serviceUrl = 'http://service.localhost';
//
var urlShortener = 'http://contributoragreements.org/u2s';
var
urlShortener
=
'
http://contributoragreements.org/u2s
'
;
// var urlShortener = serviceUrl + '/u2s';
var
urlShortener
=
'
http://service.localhost
'
+
'
/u2s
'
;
//
var urlShortener = 'http://service.localhost' + '/u2s';
var
generalPageIndex
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment