Merge pull request #162 from mikebryant/fix-ui-no-local-storage

fix: Move input trigger out of local storage block, so it still loads…
master
Mike Bryant 4 years ago committed by GitHub
commit e3a2f1e407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,11 +77,12 @@ const initialize = function () {
} else {
fillFields(prices, first_buy, previous_pattern)
}
$(document).trigger("input");
} catch (e) {
console.error(e);
}
$(document).trigger("input");
$("#permalink-btn").on("click", copyPermalink)
$("#reset").on("click", function () {

Loading…
Cancel
Save