Fix: datepicker, showModal

This commit is contained in:
2019-03-27 22:42:38 +09:00
parent 9211af00ca
commit d7753ec246
5 changed files with 265 additions and 59 deletions
+8
View File
@@ -121,6 +121,14 @@ function deactivateApp(appID) {
);
}
function showModal(popupModalID, popupContentID, contentFileName) {
$("#" + popupContentID).empty();
$("#" + popupContentID).load("./../popup/" + contentFileName + ".html");
$("#" + popupModalID).modal();
}
</script>