Skip to content

Commit

Permalink
run do build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Sep 15, 2022
1 parent b7f5956 commit 824fe81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions html/libs/seldon/seldon-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions html/libs/seldon/seldon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
module.exports = function ($) {
function clearAccordionSections (accordionGroup) {
$(accordionGroup).empty();
Expand Down Expand Up @@ -2320,7 +2320,7 @@ module.exports = function ($, app) {
width : 600,
resizable : false,
position : { my: "center+" + offset + " center+" + offset, at: "center", of: window },
title : Mustache.render('MODIS NDVI for Lat: {{{lat}}} Lon: {{{lon}}}',
title : Mustache.render('Sentinel-3 NDVI for Lat: {{{lat}}} Lon: {{{lon}}}',
{
lat : sprintf("%.4f", lonlat.lat),
lon : sprintf("%.4f", lonlat.lon)
Expand Down
2 changes: 1 addition & 1 deletion libs/seldon
Submodule seldon updated 2 files
+1 −4 seldon-min.js
+2 −2 seldon.js

0 comments on commit 824fe81

Please sign in to comment.