qrz/static/js/functions.js

14 lines
250 B
JavaScript
Raw Normal View History

2020-05-23 13:38:20 +02:00
function export_frs() {
var w = window.location.href = "/export_frs.csv";
}
new Vue({
el: '#countries',
data: {
selected: "France",
options: [{
text: 'France',
value: 'france'
}, ]
}
})