mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Template for conditions page #92
This commit is contained in:
11
webassets/js/conditions.js
Normal file
11
webassets/js/conditions.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Load solar conditions
|
||||
function loadSolarConditions() {
|
||||
$.getJSON('/api/v1/solar', function(jsonData) {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
// Startup
|
||||
$(document).ready(function() {
|
||||
loadSolarConditions();
|
||||
});
|
||||
Reference in New Issue
Block a user