Skip to content

Commit

Permalink
Merge pull request #1 from tjdraper/develop
Browse files Browse the repository at this point in the history
Fix a console error occurring due to line break in string literal
  • Loading branch information
BenParizek authored Feb 26, 2019
2 parents 9efac5e + 5fc0e02 commit 0050267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/_components/fields/formfields/notes/input.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@

var headingDiv = $('#' + '{{ id }}-field' + ' .heading label');

$(headingDiv).append('
<a href="#" class="sproutnotes-togglebtn icon menubtn"></a>');
$(headingDiv).append('<a href="#" class="sproutnotes-togglebtn icon menubtn"></a>');

$('#' + '{{ id }}-field' + ' label').on('click', function() {

Expand Down

0 comments on commit 0050267

Please sign in to comment.