nice commit while im editing files ;-;
Cette révision appartient à :
Parent
bab885d7a2
révision
0a6ce25b30
1 fichiers modifiés avec 65 ajouts et 64 suppressions
|
@ -23,11 +23,12 @@ function switchThemes(){
|
|||
|
||||
// Used by spoiler tags
|
||||
function toggleLayer(elem) {
|
||||
if (elem.classList.contains("hide"))
|
||||
if (elem.classList.contains("hide")) {
|
||||
elem.classList.remove("hide");
|
||||
else
|
||||
} else {
|
||||
elem.classList.add("hide");
|
||||
}
|
||||
}
|
||||
function parseAllDates() {
|
||||
// Date formatting
|
||||
var lang = document.getElementsByTagName("html")[0].getAttribute("lang");
|
||||
|
|
Référencer dans un nouveau ticket