Skip to content

Commit

Permalink
pull latest from seldon and run do-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Jul 23, 2024
1 parent a677df3 commit 6e86aba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion html/libs/seldon/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function ($) {
this.maskParentLayers = []; // list of currently active global mask parent layers
this.masks = [];
this.maskModifiers = [];
this.defaultMasks = ["MaskForForest"];
this.defaultMasks = [];
this.radioButtonList = [];
this.radioButtonLayers = [];
this.dropdownBoxList = [];
Expand Down
2 changes: 1 addition & 1 deletion html/libs/seldon/seldon-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/libs/seldon/seldon.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = function ($) {
this.maskParentLayers = []; // list of currently active global mask parent layers
this.masks = [];
this.maskModifiers = [];
this.defaultMasks = ["MaskForForest"];
this.defaultMasks = [];
this.radioButtonList = [];
this.radioButtonLayers = [];
this.dropdownBoxList = [];
Expand Down
2 changes: 1 addition & 1 deletion libs/seldon
Submodule seldon updated 3 files
+1 −1 js/app.js
+1 −1 seldon-min.js
+1 −1 seldon.js

0 comments on commit 6e86aba

Please sign in to comment.