forked from ScoDoc/ScoDoc
hotfix: enlève décision jury bul. BUT
This commit is contained in:
parent
58a6d16d12
commit
00b6d19c0c
@ -203,7 +203,7 @@ class releveBUT extends HTMLElement {
|
|||||||
}).join("")
|
}).join("")
|
||||||
}*/
|
}*/
|
||||||
this.shadow.querySelector(".infoSemestre").innerHTML = output;
|
this.shadow.querySelector(".infoSemestre").innerHTML = output;
|
||||||
this.shadow.querySelector(".decision").innerHTML = data.semestre.decision.code;
|
/*this.shadow.querySelector(".decision").innerHTML = data.semestre.decision.code;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************/
|
/*******************************/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.1.21"
|
SCOVERSION = "9.1.22"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user