qrz/static/js/functions.js
2020-05-23 13:38:20 +02:00

14 lines
250 B
JavaScript

function export_frs() {
var w = window.location.href = "/export_frs.csv";
}
new Vue({
el: '#countries',
data: {
selected: "France",
options: [{
text: 'France',
value: 'france'
}, ]
}
})