Load bootstrap.js from the right place

This commit is contained in:
Joar Wandborg 2013-10-23 20:22:46 +02:00 committed by Bradley M. Kuhn
parent 32abdcec6d
commit a5af8b08d2

View file

@ -105,6 +105,6 @@
</p> </p>
</div> </div>
</footer> </footer>
<script src="bootstrap.js"></script> <script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
</body> </body>
</html> </html>