We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb83e51 + 8b9c050 commit 01e585eCopy full SHA for 01e585e
app/scripts/controllers/Main.coffee
@@ -235,10 +235,7 @@ angular.module('neo4jApp.controllers')
235
$scope.$emit 'db:updated:edition', val.edition
236
237
val = $scope.neo4j.version
238
- if val.includes('-') and not val.includes('-RC')
239
- Frame.create({input:"#{Settings.cmdchar}play beta"})
240
- else
241
- Frame.create({input:"#{Settings.initCmd}"})
+ Frame.create({input:"#{Settings.initCmd}"})
242
if val.version then $scope.motd.setCallToActionVersion(val.version)
243
, true
244
]
0 commit comments