Skip to content

Commit

Permalink
Merge branch '2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanThompson committed Jan 13, 2017
2 parents 9075092 + 3f15f3e commit b88fdaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/js/input.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
$(function() {

// Initialize file pickers
$('[data-provides="anomaly.field_type.files"]').each(function() {
$('[data-provides="anomaly.field_type.files"]:not([data-initialized])').each(function () {

$(this).attr('data-initialized', '');

var input = $(this);
var field = input.data('field_name');
Expand Down

0 comments on commit b88fdaa

Please sign in to comment.