Skip to content

Commit

Permalink
closes #12 added jquery for mobile template
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Dec 30, 2014
1 parent d11135e commit f39e98f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/gozimhttpd/static/js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cmd/gozimhttpd/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ <h3>Authors</h3>
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>
Expand Down
2 changes: 2 additions & 0 deletions cmd/gozimhttpd/templates/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>
Expand Down
2 changes: 2 additions & 0 deletions cmd/gozimhttpd/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ <h1>Welcome to Gozim</h1>
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>
Expand Down
3 changes: 3 additions & 0 deletions cmd/gozimhttpd/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ <h2>Search Terms Examples</h2>
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>

2 changes: 2 additions & 0 deletions cmd/gozimhttpd/templates/searchNoIdx.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ <h1>No indexes</h1>
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>
Expand Down
2 changes: 2 additions & 0 deletions cmd/gozimhttpd/templates/searchResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
</div>
</div>

<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>

</body>
</html>
Expand Down

0 comments on commit f39e98f

Please sign in to comment.