diff options
author | M <m@lfurio.us> | 2015-11-22 16:57:16 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-11-22 16:57:16 -0500 |
commit | 45b1481e4d3a8ce5d92fee955468616588bb51f0 (patch) | |
tree | 26dfa71f11ff2ccf31134162fd6879d1e6390e7e /app/example.html | |
parent | e9680d03c1a97981855fa4690e01be0733d933dc (diff) | |
download | scrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.tar.gz scrott-45b1481e4d3a8ce5d92fee955468616588bb51f0.zip |
+ Added footer view to Master MVC (for placing JS includes at the bottom of pages)
Diffstat (limited to '')
-rw-r--r-- | app/example.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/example.html b/app/example.html index 6b0ea8e..44c91f2 100644 --- a/app/example.html +++ b/app/example.html @@ -217,8 +217,5 @@ body </div> </div> - <!-- JS --> - <script type="text/javascript" src="assets/js/jquery.min.js"></script> - <script type="text/javascript" src="assets/js/bootstrap.min.js"></script> </body> </html> |