Skip to content

Commit

Permalink
Merge ba048ab into 5eaff61
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyyap committed Feb 11, 2018
2 parents 5eaff61 + ba048ab commit da1b4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/simple_form-bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
tokenfields.tokenfield();
}

$(document).on('ready', function() {
$(function() {
initializeComponents(document);
});
$(document).on('DOMNodeInserted', function(e) {
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SimpleForm; end
module SimpleForm::Bootstrap
VERSION = '1.5.0'
VERSION = '1.6.0'
end

0 comments on commit da1b4d8

Please sign in to comment.