Loading public/static/collapse.js +5 −0 Original line number Diff line number Diff line Loading @@ -14,7 +14,12 @@ $(document).ready(function() { if ($(this).hasClass('expanded-moreinfo')) { $(this).removeClass('expanded-moreinfo'); $(this).addClass('collapsed-moreinfo'); // Setting an empty hash causes the browser to scroll back // to the top -- we don't want that. var posX = window.pageXOffset; var posY = window.pageYOffset; document.location.hash = ''; window.scrollTo(posX, posY); } else { $('.moreinfo').each(function() { Loading public/static/dbf.min.js +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes public/static/v3→public/static/v4 +0 −0 File moved. View file templates/layouts/default.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v3'; # asset version % my $av = 'v4'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; Loading Loading
public/static/collapse.js +5 −0 Original line number Diff line number Diff line Loading @@ -14,7 +14,12 @@ $(document).ready(function() { if ($(this).hasClass('expanded-moreinfo')) { $(this).removeClass('expanded-moreinfo'); $(this).addClass('collapsed-moreinfo'); // Setting an empty hash causes the browser to scroll back // to the top -- we don't want that. var posX = window.pageXOffset; var posY = window.pageYOffset; document.location.hash = ''; window.scrollTo(posX, posY); } else { $('.moreinfo').each(function() { Loading
public/static/dbf.min.js +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
templates/layouts/default.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } % my $av = 'v3'; # asset version % my $av = 'v4'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; Loading