Timeline: Fix url used to extend the timeline

This commit is contained in:
Johannes Meyer 2015-06-09 09:17:15 +02:00
parent fb52ee5a7c
commit f2c7d5686a

View File

@ -132,8 +132,8 @@ $extrapolatedCircleWidth = $timeline->getExtrapolatedCircleWidth($timeInfo[1][$g
<?php endforeach ?> <?php endforeach ?>
<a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove( <a aria-hidden="true" id="end" href="<?= Url::fromRequest()->remove(
array( array(
'raw_timestamp<', 'timestamp<',
'raw_timestamp>' 'timestamp>'
) )
)->overwriteParams( )->overwriteParams(
array( array(