diff options
| author | horus_arch | 2015-03-23 10:58:54 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-23 10:58:54 +0100 |
| commit | 05194f3a09b2382f269d31e6e2fa472a7b95e5c1 (patch) | |
| tree | 3a8aa81ae33e9b97149a55ff6a715caa3c93dda9 /views/footer.html | |
| parent | 558fe8ba9fb42231b34977fef542c43a34b3bd00 (diff) | |
| download | freemail-05194f3a09b2382f269d31e6e2fa472a7b95e5c1.tar.gz | |
Add html documentation. Change password handler.
Diffstat (limited to 'views/footer.html')
| -rw-r--r-- | views/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/footer.html b/views/footer.html index 0584450..4698b37 100644 --- a/views/footer.html +++ b/views/footer.html @@ -6,5 +6,12 @@ <script src='//code.jquery.com/jquery-1.11.2.min.js'></script> <script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script> +<!--script src='/static/js/jquery-1.11.2.min.js'></script> +<script src='/static/js/bootstrap.min.js'></script--> +<script src='/static/js/material.min.js'></script> +<script src='/static/js/ripples.min.js'></script> +<script> + $('.dropdown-toggle').dropdown() +</script> </body> </html> |
