Remove timestamp from ajax urls

This commit is contained in:
Björn Fromme
2019-08-21 11:36:21 +02:00
parent 2df9ae601e
commit c9dcdd57cb
@@ -79,9 +79,6 @@ class AjaxViewHelper extends ActionViewHelper
// Force absolute urls
$arguments['absolute'] = true;
// Add timestamp as additional argument to prevent caching
$arguments['additionalParams'] = ['t' => time()];
return parent::renderStatic(
$arguments,
$renderChildrenClosure,