mapserver/static/js/nomodule.js
2019-08-26 10:17:08 +02:00

7 lines
138 B
JavaScript

m.mount(document.getElementById("app"), {
view: function(){
return m("div", "I'm sorry, your browser is just too old ;)");
}
});