Updated bootstrap and jquery references in layout

pull/2/head
Sahat Yalkabov 2014-02-01 01:33:45 -05:00
parent 77332fd641
commit 8e17019208
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ html
link(href='/css/styles.css?v=#{cacheBuster}', rel='stylesheet')
script(src='/js/lib/jquery.js?v=#{cacheBuster}')
script(src='/js/lib/bootstrap.js?v=#{cacheBuster}')
script(src='/js/lib/jquery-2.1.0.min.js?v=#{cacheBuster}')
script(src='/js/lib/bootstrap.min.js?v=#{cacheBuster}')
script(src='/js/main.js?v=#{cacheBuster}')
body
#wrap