repro-style-issue-backup
Nolan Lawson 2018-01-08 17:23:33 -08:00
rodzic e7e17f3899
commit 59e84ee830
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -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('/$', '')