Skip to content

Commit 5ca721c

Browse files
committed
Addresses OpenHistoricalMap/issues#1266 by vendoring the update of our iD fork
1 parent 2b4ed44 commit 5ca721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/iD/iD.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82673,7 +82673,7 @@ this.ifd0Offset: ${this.ifd0Offset}, file.byteLength: ${e3.byteLength}`), e3.tif
8267382673
this.value = dateSliderValue("from");
8267482674
});
8267582675
sliderWrap.append("div").attr("class", "date-slider-label");
82676-
sliderWrap.append("input").attr("type", "range").attr("min", 0).attr("max", 1).attr("step", 1e-3).attr("list", "photo-overlay-date-range-inverted").attr("value", () => 1 - dateSliderValue("to")).classed("list-option-date-slider", true).classed("to-date", true).style("display", () => dateSliderValue("to") === 0 ? "none" : null).style("direction", _mainLocalizer.textDirection()).call(utilNoAuto).on("change", function() {
82676+
sliderWrap.append("input").attr("type", "range").attr("min", 0).attr("max", 1).attr("step", 1e-3).attr("list", "photo-overlay-date-range-inverted").attr("value", () => 1 - dateSliderValue("to")).classed("list-option-date-slider", true).classed("to-date", true).style("direction", _mainLocalizer.textDirection()).call(utilNoAuto).on("change", function() {
8267782677
let value = select_default2(this).property("value");
8267882678
setYearFilter(1 - value, true, "to");
8267982679
});

0 commit comments

Comments
 (0)