link map empty dialog

This commit is contained in:
zadam
2019-06-02 15:35:57 +02:00
parent 6ef8a4c018
commit b5143c152b
6 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
const $dialog = $("#link-map-dialog");
async function showDialog() {
glob.activeDialog = $dialog;
$dialog.modal();
}
export default {
showDialog
};