From 6172203c636dd3f3c46a416127582d46303cc2ab Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Mon, 19 Jun 2017 09:06:12 -0700
Subject: [PATCH] https ajax fix

---
 fusarium/templates/fusarium/oat_flowering.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fusarium/templates/fusarium/oat_flowering.html b/fusarium/templates/fusarium/oat_flowering.html
index 2777650f..517eb8e8 100755
--- a/fusarium/templates/fusarium/oat_flowering.html
+++ b/fusarium/templates/fusarium/oat_flowering.html
@@ -30,7 +30,7 @@
 	
 	var weatherStations = [];
 	$(document).ready(function() {
-		$.getJSON("http://lmt.nibio.no/agrometbase/export/getNormalDataStationsJSON.php", function( json ) {
+		$.getJSON("https://lmt.nibio.no/agrometbase/export/getNormalDataStationsJSON.php", function( json ) {
 			weatherStations = json;
 			var formApp = new oatForm({
 		  		target:"oatFloweringModelForm",
-- 
GitLab