mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-11 19:32:59 +02:00
Fix #48 No more scroll to top on click + add notifications to actions
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ sub startup {
|
||||
$self->plugin('GzipStatic');
|
||||
|
||||
# Cache static files
|
||||
$self->plugin('StaticCache');
|
||||
$self->plugin('StaticCache' => { even_in_dev => 1 });
|
||||
|
||||
# Helpers
|
||||
$self->plugin('Lutim::Plugin::Helpers');
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ sub startup {
|
||||
$self->plugin('GzipStatic');
|
||||
|
||||
# Cache static files
|
||||
$self->plugin('StaticCache');
|
||||
$self->plugin('StaticCache' => { even_in_dev => 1 });
|
||||
|
||||
# Helpers
|
||||
$self->plugin('Lutim::Plugin::Helpers');
|
||||
|
||||
Reference in New Issue
Block a user