From ade04b6cda6d9f0d068a73fd0d77de8f38884cc7 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Sun, 9 Dec 2018 18:39:44 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- app/views/shared/_javascript_tag.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_javascript_tag.html.erb b/app/views/shared/_javascript_tag.html.erb index 5ced55a..4a8e80f 100644 --- a/app/views/shared/_javascript_tag.html.erb +++ b/app/views/shared/_javascript_tag.html.erb @@ -1,3 +1,3 @@ <%= javascript_include_tag "https://maps.google.com/maps/api/js?libraries=places&key=#{ENV['GOOGLE_API_BROWSER_KEY']}" %> -<%= javascript_include_tag "https://cdn.rawgit.com/printercu/google-maps-utility-library-v3-read-only/master/markerclusterer/src/markerclusterer_compiled.js" %> -<%= javascript_include_tag "https://cdn.rawgit.com/printercu/google-maps-utility-library-v3-read-only/master/infobox/src/infobox_packed.js" %> +<%= javascript_include_tag "https://cdn.jsdelivr.net/gh/printercu/google-maps-utility-library-v3-read-only@master/markerclusterer/src/markerclusterer_compiled.js" %> +<%= javascript_include_tag "https://cdn.jsdelivr.net/gh/printercu/google-maps-utility-library-v3-read-only@master/infobox/src/infobox_packed.js" %>