Skip to content

Commit

Permalink
Sticky controls on site
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Jul 13, 2016
1 parent 87e5a59 commit 5de88b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jQuery(document).ready(function($) {
container: document.getElementById('rendered-form')
},
formBuilderOpts = {
fieldRemoveWarn: true
fieldRemoveWarn: true,
stickyControls: true
};

$(template).formBuilder(formBuilderOpts);
Expand Down

0 comments on commit 5de88b2

Please sign in to comment.