@@ -1,4 +1,4 @@ | |||
jQuery(document).ready(function () { | |||
jQuery(document).ready(function () { | |||
initDeleteAction(); | |||
initResetFilters(); |
@@ -111,8 +111,7 @@ | |||
</div> | |||
</div> | |||
</div> | |||
{{ form_end(postion_form) }} | |||
r | |||
{% endblock main %} | |||
{% block head_stylesheets %} |
@@ -154,6 +154,7 @@ class Statistic | |||
public function getInterval() | |||
{ | |||
return $this->interval; | |||
} | |||
public function configurePropertyOptions(OptionsResolver $resolver) |