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
8172f739
Commit
8172f739
authored
Oct 15, 2014
by
Jon Phillips
Browse files
turn off more debugging
parent
ce3875f7
Changes
1
Show whitespace changes
Inline
Side-by-side
js/chooser.js
View file @
8172f739
...
...
@@ -257,7 +257,7 @@ function updateConfigs ()
if
(
doDebug
)
console
.
log
(
"
patent-option:
"
+
configs
[
"
patent-option
"
]
);
if
(
doDebug
)
printConfigs
();
}
...
...
@@ -987,6 +987,7 @@ function testApplyPage ()
// creates the querystring to recreate current wizard state
finalQueryString
=
$
.
param
(
configs
);
if
(
doDebug
)
console
.
log
(
"
finalQueryString:
"
+
finalQueryString
);
// set final linkto be used in the interface
$
(
"
.final-link
"
).
attr
(
"
href
"
,
"
?
"
+
finalQueryString
);
...
...
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