Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodenogg-duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Procter
nodenogg-duplicate
Commits
72c3aacc
Commit
72c3aacc
authored
4 years ago
by
Adam Procter
Browse files
Options
Downloads
Patches
Plain Diff
remove any spaces in onBoarding
as couch and pouch dont like spaces they are now removed
parent
49755c56
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/components/OnBoard.vue
+5
-0
5 additions, 0 deletions
app/src/components/OnBoard.vue
with
5 additions
and
0 deletions
app/src/components/OnBoard.vue
+
5
−
0
View file @
72c3aacc
...
@@ -198,6 +198,9 @@ export default {
...
@@ -198,6 +198,9 @@ export default {
createMicrocosm
()
{
createMicrocosm
()
{
var
str
=
this
.
localmicrocosm
var
str
=
this
.
localmicrocosm
var
result
=
str
.
toLowerCase
()
var
result
=
str
.
toLowerCase
()
var
final
=
result
result
=
final
.
split
(
'
'
).
join
(
''
)
this
.
$store
.
dispatch
(
'
createMicrocosm
'
,
result
)
this
.
$store
.
dispatch
(
'
createMicrocosm
'
,
result
)
localStorage
.
setItem
(
'
mylastMicrocosm
'
,
result
)
localStorage
.
setItem
(
'
mylastMicrocosm
'
,
result
)
this
.
microcosm
=
true
this
.
microcosm
=
true
...
@@ -205,6 +208,8 @@ export default {
...
@@ -205,6 +208,8 @@ export default {
setClient
()
{
setClient
()
{
var
str
=
this
.
clientid
var
str
=
this
.
clientid
var
result
=
str
.
toLowerCase
()
var
result
=
str
.
toLowerCase
()
var
final
=
result
result
=
final
.
split
(
'
'
).
join
(
''
)
this
.
$store
.
dispatch
(
'
setClient
'
,
result
),
this
.
$store
.
dispatch
(
'
setClient
'
,
result
),
localStorage
.
setItem
(
'
myNNClient
'
,
result
)
localStorage
.
setItem
(
'
myNNClient
'
,
result
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment