mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing iphone page by moving JS to bottom of page.
This commit is contained in:
parent
6a2012ac38
commit
99c943b07b
1 changed files with 5 additions and 1 deletions
|
@ -74,6 +74,10 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
||||
{% block extra_head_js %}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var $features = $('.NB-iphone-main .NB-iphone-feature');
|
||||
|
@ -146,4 +150,4 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
</script>
|
||||
{% endblock content %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue