This commit is contained in:
@@ -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."
|
||||
};
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user