diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 20:21:56 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 20:21:56 +0200 |
| commit | 7af3588c0ab756a491827f2cc17c6ab0a597a298 (patch) | |
| tree | c3abb4accf58f3c3ff956bc4966f82db02270664 /templates/chimere/blocks/welcome.html | |
| parent | 6276e56a0c0b847ffc7dd36ff226a7042e0293d0 (diff) | |
| parent | 9debc5422a42e743e8a7de6365cec7971c4a1c7d (diff) | |
| download | Chimère - projet Saclay-saclay-mobile.tar.bz2 Chimère - projet Saclay-saclay-mobile.zip | |
Merge branch 'saclay' into saclay-mobilesaclay-mobile
Conflicts:
static/saclay/css/saclay.css
static/saclay/css/styles.css
templates/chimere/base.html
templates/chimere/detail.html
templates/chimere/main_map.html
Diffstat (limited to 'templates/chimere/blocks/welcome.html')
| -rw-r--r-- | templates/chimere/blocks/welcome.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html index b811257..8d7add2 100644 --- a/templates/chimere/blocks/welcome.html +++ b/templates/chimere/blocks/welcome.html @@ -7,7 +7,9 @@ $(function(){ $('#welcome video').each(function(index){$(this).pause()}); $('#welcome audio').each(function(index){$(this).pause()}); $("#welcome").dialog({width:826, height:410, dialogClass:'welcome-dialog' - {% if not display %}, autoOpen:false{% endif %}}); + {% if not display %}, autoOpen:false{% endif %}, + open: function () { $("#welcome_content").scrollTop(0); } + }); }); // --> </script> |
