You've not given much to go on, but the first thing you should do when you have an issue with JavaScript is to check the console. In your case you have several errors, the most pressing of which is this:
Code:
Uncaught ReferenceError: jQuery is not defined
This is because you are including bootstrap.js before jquery.js. Switch them around.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.