Added user_id support, reinit OBJLoader to last version, cookie warning

This commit is contained in:
Thomas FORGIONE
2015-05-19 10:14:06 +02:00
parent 517e214a81
commit be1e251e6f
6 changed files with 214 additions and 150 deletions

View File

@@ -55,8 +55,14 @@ html(lang='fr')
span.glyphicon.glyphicon-envelope(aria-hidden=true)
span(style={'margin-left':'5px'}) Contact
section#main-section.container
if alertCookie
.alert.alert-warning.alert-dismissible(role="alert", style={'margin-top':'20px'})
button.close(type="button", data-dismiss="alert", aria-label="Close")
span(aria-hidden="true")
×
<strong>Warning</strong> : this website use cookies !
block content
script(src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js")