Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sam Burney
galdir
Commits
dfa2d175
Commit
dfa2d175
authored
5 years ago
by
Sam Burney
Browse files
Options
Download
Email Patches
Plain Diff
Javascript should only fire if pagination is required...
parent
ae8818a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
galdir/templates/includes/pagination.jinja2
galdir/templates/includes/pagination.jinja2
+2
-3
No files found.
galdir/templates/includes/pagination.jinja2
View file @
dfa2d175
...
...
@@ -6,8 +6,6 @@
</div>
</nav>
</div>
{% endif %}
<script type="text/javascript">
$(function() {
$('.pagination').pagination({
...
...
@@ -23,4 +21,5 @@ $(function() {
nextText: '<span aria-hidden="true">»</span>',
});
});
</script>
\ No newline at end of file
</script>
{% endif %}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment