Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
clean up offset footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 8, 2013
1 parent 1f6316f commit e3c5dc7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions smartstash/core/templates/core/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
-->
{% endfor %}

</div>

<p style="text-align: center; margin: 15px 0 5px 0;"><a href="#top"><button tabindex="1000">Return to Top</button></a></p>

Expand Down Expand Up @@ -147,8 +147,9 @@

});
</script>
{% endblock %}
<script>

<script>

// For sorting
$(document).ready(function() {
$('#sort-by a').click(function(){
Expand All @@ -159,3 +160,6 @@
});
});
</script>

{% endblock %}

0 comments on commit e3c5dc7

Please sign in to comment.