This commit is contained in:
2020-12-02 00:41:27 +00:00
parent 6e28b2af9d
commit af23293196
8 changed files with 97 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.90",
version: "8.0.0-alpha.93",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -737,7 +737,7 @@ export default {
"View map: error - no matching mapurl / address / geo coordinates set for display, nothing to view"
);
}
window.open(mapUrl, "map");
//This is not valid to do as some platforms don't open a new web browser window
//but rather a map application in which case this is null and throws up the exception even though it's working
// if (window.open(mapUrl, "map") == null) {