Do NOT rely on javascript from CDN's.

This commit is contained in:
Víðir Valberg Guðmundsson 2016-05-06 22:51:07 +02:00
parent 41064e3968
commit 612b1820cb
2 changed files with 10 additions and 0 deletions

View file

@ -85,3 +85,8 @@ ACCOUNT_USERNAME_REQUIRED = False
LOGIN_URL = '/login/'
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
BOOTSTRAP3 = {
'jquery_url': '/static/js/jquery.min.js',
'javascript_url': '/static/js/bootstrap.min.js'
}

5
bornhack/static_src/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long