mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Moar weird stuff to fix probably
This commit is contained in:
parent
a80b4bdff1
commit
63846817c0
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ domReady(function(){
|
||||||
document.body.insertBefore(overlay, null);
|
document.body.insertBefore(overlay, null);
|
||||||
|
|
||||||
// Add portal stylesheet
|
// Add portal stylesheet
|
||||||
|
// FIXME : check we really need to do this ... imho it's included directly in the html iframe ?
|
||||||
var portalStyle = document.createElement("link");
|
var portalStyle = document.createElement("link");
|
||||||
portalStyle.setAttribute("rel", "stylesheet");
|
portalStyle.setAttribute("rel", "stylesheet");
|
||||||
portalStyle.setAttribute("type", "text/css");
|
portalStyle.setAttribute("type", "text/css");
|
||||||
|
|
Loading…
Reference in a new issue