Merge pull request #2246 from alphagov/input-not-change

Fix colour preview not loading on page load
This commit is contained in:
Chris Hill-Scott
2018-08-22 16:57:02 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
this.$input
.on('input', this.update)
.trigger('change');
.trigger('input');
};