Skip to content

Commit

Permalink
Merge pull request #2520 from apinf/bugfix/for-analytics-pr
Browse files Browse the repository at this point in the history
Fix ESlint error
  • Loading branch information
brylie authored May 3, 2017
2 parents 16a7756 + e540250 commit 02f7453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions branding/collection/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Branding.schema = new SimpleSchema({
footerCode: {
type: String,
optional: true,
autoform: {
rows: 5,
},
},
});

Expand Down
3 changes: 3 additions & 0 deletions core/client/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

// Meteor packages imports
import { Template } from 'meteor/templating';

// Meteor contributed packages imports
import { Modal } from 'meteor/peppelg:bootstrap-3-modal';
import { FlowRouter } from 'meteor/kadira:flow-router';

Template.footer.onCreated(function () {
this.autorun(() => {
Expand Down

0 comments on commit 02f7453

Please sign in to comment.