Skip to content

Commit 93471a3

Browse files
committed
Merge pull request #162 from akollegger/suspend-onboarding
disable onboarding
2 parents 4fabf3c + b9f8aff commit 93471a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/settings.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ angular.module('neo4jApp.settings', ['neo4jApp.utils'])
5858
boltHost: "" # $location.host() is default
5959
shownTermsAndPrivacy: no
6060
acceptedTermsAndPrivacy: no
61-
onboarding: yes
61+
onboarding: no
6262
showSampleScripts: yes
6363
})
6464

0 commit comments

Comments
 (0)