diff --git a/contact-center/app/src/main/resources/templates/apps/im/loader.pug b/contact-center/app/src/main/resources/templates/apps/im/loader.pug index b9000266..a18a45ee 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/loader.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/loader.pug @@ -13,5 +13,7 @@ //- limitations under the License. if (appid) include loader.js - - var baseUrl = (schema?schema:'http')+'://' + hostname + ':' + port + - var schemaFixed = schema ? schema : 'http' + - var portFixed = schemaFixed == "https" ? 443 : port + - var baseUrl = schemaFixed + '://' + hostname + ':' + portFixed | chatoperaLoad('!{baseUrl + "/im/point/" + appid + ".html"}') \ No newline at end of file