Skip to content

Commit

Permalink
Merge branch 'release/2.6.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
flibbertigibbet committed May 20, 2019
2 parents c643a92 + 8ccb505 commit 33aab21
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 372 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion python/cac_tripplanner/destinations/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DestinationAdmin(ImageCroppingMixin, gis.admin.OSMGeoAdmin):
map_template = 'admin/cac-geocoding-map.html'

# Include geocoder dependencies
jquery = 'https://code.jquery.com/jquery-3.4.0.min.js'
jquery = 'https://code.jquery.com/jquery-3.4.1.min.js'
if settings.DEBUG:
extra_js = [
jquery,
Expand Down
2 changes: 1 addition & 1 deletion python/cac_tripplanner/templates/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Service Worker to support functioning as a PWA
// https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers

var CACHE_NAME = 'cac_tripplanner_v20';
var CACHE_NAME = 'cac_tripplanner_v21';

var cacheFiles = {{ cache_files | safe }};

Expand Down
Loading

0 comments on commit 33aab21

Please sign in to comment.