fixed again ...

This commit is contained in:
Karsten Hassel 2020-04-07 20:26:09 +02:00
parent 1fd36458a6
commit 1914573634

View File

@ -9,7 +9,7 @@ var MMSocket = function(moduleName) {
// Private Methods
var base = "/";
if (typeof config !== "undefined") {
if ((typeof config !== "undefined") && (typeof config.basePath !== "undefined")) {
base = config.basePath;
}
self.socket = io("/" + self.moduleName, {