mirror of
https://github.com/nkanaev/yarr.git
synced 2025-12-15 08:37:21 +00:00
opml file import/export handlers
This commit is contained in:
@@ -240,5 +240,9 @@ var vm = new Vue({
|
||||
}
|
||||
api.items.update(item.id, {status: item.status})
|
||||
},
|
||||
importOPML: function(event) {
|
||||
var form = document.querySelector('#opml-import-form')
|
||||
api.upload_opml(form)
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user