This commit is contained in:
Nolan Lawson 2018-01-08 17:23:33 -08:00
parent e7e17f3899
commit 59e84ee830
1 changed files with 1 additions and 4 deletions

View File

@ -37,9 +37,6 @@
display: block;
margin: 20px 5px;
}
</style>
<script>
import Layout from '../_components/Layout.html';
@ -81,7 +78,7 @@
this.store.save()
goto('/')
},
handleSubmit: async function(event) {
onSubmit: async function(event) {
event.preventDefault()
let instanceName = this.store.get('instanceNameInSearch')
instanceName = instanceName.replace(/^https?:\/\//, '').replace('/$', '')