explicit no-op layout so that layout hook gets triggered which makes API work

This commit is contained in:
Oliver Gorwits
2021-10-19 08:59:42 +01:00
parent 8902efc6d3
commit feeebe04cb
34 changed files with 66 additions and 66 deletions

View File

@@ -14,7 +14,7 @@ get '/ajax/content/statistics' => require_login sub {
var( nav => 'statistics' );
template 'ajax/statistics.tt',
{ stats => $stats },
{ layout => undef };
{ layout => 'noop' };
};
true;