Remove double slash in link
no issue
This commit is contained in:
parent
bef56a2294
commit
d53b25bf5d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
// we reached the last page already.
|
// we reached the last page already.
|
||||||
var maxPages = parseInt('{{pagination.pages}}');
|
var maxPages = parseInt('{{pagination.pages}}');
|
||||||
</script>
|
</script>
|
||||||
<script src="{{asset "built//infinitescroll.js"}}"></script>
|
<script src="{{asset "built/infinitescroll.js"}}"></script>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. --}}
|
{{!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. --}}
|
||||||
|
|
Loading…
Reference in a new issue