Skip to content
Snippets Groups Projects
Commit 6172203c authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

https ajax fix

parent 056094ae
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment