ui style tweaks
This commit is contained in:
parent
6753a113ad
commit
9583b4b8d7
3 changed files with 19 additions and 12 deletions
|
|
@ -241,8 +241,11 @@ var vm = new Vue({
|
|||
api.items.update(item.id, {status: item.status})
|
||||
},
|
||||
importOPML: function(event) {
|
||||
var input = event.target
|
||||
var form = document.querySelector('#opml-import-form')
|
||||
api.upload_opml(form)
|
||||
api.upload_opml(form).then(function() {
|
||||
input.value = ''
|
||||
})
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue