Corrections mineures sémantiques (!!)
This commit is contained in:
parent
60c8800965
commit
deb8976037
|
@ -115,7 +115,6 @@ $notifNotifNum = 5;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id='AUTH_FILTER'></div>
|
|
||||||
<?php if( $_SESSION['identifiant'] == null ){ // si on est pas connecté ?>
|
<?php if( $_SESSION['identifiant'] == null ){ // si on est pas connecté ?>
|
||||||
<form id='AUTH' action='' method='POST'>
|
<form id='AUTH' action='' method='POST'>
|
||||||
<label>Connexion</label>
|
<label>Connexion</label>
|
||||||
|
|
|
@ -43,7 +43,6 @@ var DOM = {
|
||||||
SUBHEADER : document.querySelector('#SUBHEADER'),
|
SUBHEADER : document.querySelector('#SUBHEADER'),
|
||||||
SUBSECTIONS : document.querySelector("#HEADER > nav.subsections"),
|
SUBSECTIONS : document.querySelector("#HEADER > nav.subsections"),
|
||||||
CONTAINER : document.querySelector('#CONTAINER'),
|
CONTAINER : document.querySelector('#CONTAINER'),
|
||||||
AUTHFILTER : document.querySelector('#AUTH_FILTER'),
|
|
||||||
AUTH : document.querySelector('#AUTH'),
|
AUTH : document.querySelector('#AUTH'),
|
||||||
LOGOUT : document.querySelector('#HEADER #LOGOUT'),
|
LOGOUT : document.querySelector('#HEADER #LOGOUT'),
|
||||||
NOTIFBTN : document.querySelector('#HEADER > .notifbar > .notification')
|
NOTIFBTN : document.querySelector('#HEADER > .notifbar > .notification')
|
||||||
|
|
Loading…
Reference in New Issue