diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 11:15:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 11:15:58 +0100 |
commit | 6fbaf22a63f389c711ce8bcfed76051a27fe2871 (patch) | |
tree | 8648166d5ee108c3039877372daeeaffd34c3223 /templates/layouts | |
parent | e873b3823f110bfd21a65bdaa0644e823019e761 (diff) |
show pointer cursor on app screen
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index eb1f7f8..4da20b6 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -8,7 +8,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v4'; # asset version + % my $av = 'v5'; # asset version %= stylesheet "/static/${av}/default.css" %= stylesheet "/static/${av}/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // -1; |