Skip to content

Commit

Permalink
Fix for URL's with parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-teixeira committed Aug 29, 2014
1 parent 9c209cd commit 95889d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<script type="text/javascript">
$(function () {
$('#{{ view.grid.name | raw }}-pedroteixeira-grid-wrapper').grid({
ajaxUrl: '{{ view.grid.url }}',
ajaxUrl: '{{ view.grid.url|raw }}',
limit: {{ view.getPaginationLimit }}
})
});
Expand Down

0 comments on commit 95889d3

Please sign in to comment.