diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-03 19:14:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-03 19:14:06 +0100 |
commit | b41f8a18ce3878e06345d0faf70b0e1e57407e8e (patch) | |
tree | 7850022e71d3f87e63619ca688598e58666d472e /public/static/collapse.js | |
parent | ca502c12ffbb63d42f7088be770caae9d3a836d8 (diff) |
Also split up app/infoscreen CSS, add transition notice to landing page
Diffstat (limited to 'public/static/collapse.js')
-rw-r--r-- | public/static/collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/collapse.js b/public/static/collapse.js index b6537be..ba34001 100644 --- a/public/static/collapse.js +++ b/public/static/collapse.js @@ -1,5 +1,5 @@ $(document).ready(function() { - $('div.displayclean > ul > li').each(function() { + $('div.app > ul > li, div.infoscreen > ul > li').each(function() { $(this).click(function() { $(this).children('.moreinfo').each(function() { if ($(this).hasClass('expanded-moreinfo')) { |