forked from ScoDoc/ScoDoc
Merge branch 'table' of https://scodoc.org/git/ScoDoc/ScoDoc into bac_a_sable_prod
This commit is contained in:
commit
e9d5e14f16
@ -14,11 +14,11 @@ class ref_competences extends HTMLElement {
|
||||
/* Style du module */
|
||||
const styles = document.createElement('link');
|
||||
styles.setAttribute('rel', 'stylesheet');
|
||||
if (location.href.split("/")[3] == "ScoDoc") {
|
||||
styles.setAttribute('href', '/ScoDoc/static/css/ref-competences.css');
|
||||
} else {
|
||||
styles.setAttribute('href', 'ref-competences.css');
|
||||
}
|
||||
// if (location.href.split("/")[3] == "ScoDoc") {
|
||||
styles.setAttribute('href', '/ScoDoc/static/css/ref-competences.css');
|
||||
// } else {
|
||||
// styles.setAttribute('href', 'ref-competences.css');
|
||||
// }
|
||||
|
||||
this.shadow.appendChild(styles);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user