mirror of
https://github.com/Mibew/mibew.git
synced 2025-06-04 16:16:15 +03:00
Merge 3b651f2280
into 47e7a81f6f
This commit is contained in:
commit
d9e08245ea
@ -52,7 +52,7 @@ class StyleController extends AbstractController
|
|||||||
$style->getFilesPath() . '/' . $configs['chat']['iframe']['css'],
|
$style->getFilesPath() . '/' . $configs['chat']['iframe']['css'],
|
||||||
UrlGeneratorInterface::ABSOLUTE_URL
|
UrlGeneratorInterface::ABSOLUTE_URL
|
||||||
);
|
);
|
||||||
$response->setData($css);
|
$response->setData(str_replace("http","https",$css))
|
||||||
$response->setCallback('Mibew.Utils.loadStyleSheet');
|
$response->setCallback('Mibew.Utils.loadStyleSheet');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user