Scoremanager: pdf_views

This commit is contained in:
Martin Bauer
2014-02-15 18:07:00 +01:00
committed by Martin Bauer
parent 7ad5ec21fc
commit 5a3d739a9b
16 changed files with 1453 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ class LocationWidget(widgets.TextInput):
}
# Use schemaless URL so it works with both, http and https websites
js = (
'//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js', # jquery
'//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', # jquery
'//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js',
'//maps.google.com/maps/api/js?sensor=false&language=de',
'/static/js/bindWithDelay.js',