summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-05-07 17:56:40 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-05-07 17:56:40 +0200
commit76bd6763df24b0002a2f7a89de3fe8fcbb9d95e0 (patch)
tree1ab082a593e46002b724d79fe874baa9f9b25629 /templates/layouts
parentbd676674e9ada084e914edc4b67fef63cc110901 (diff)
only show loading animation on links without custom animation1.1.7
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 4f35183..fb77eec 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Weather PWA">
- % my $av = 'v14'; # asset version
+ % my $av = 'v15'; # asset version
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-152x152.png">
<link rel="manifest" href="/static/<%= $av %>/manifest.json">
%= stylesheet "/static/${av}/css/materialize.min.css"