Skip to content

Commit

Permalink
Merge pull request #54 from legalthings/Article_numbers_are_not_displ…
Browse files Browse the repository at this point in the history
…ayed

Add articles autonumbering
  • Loading branch information
jasny authored May 12, 2017
2 parents b009768 + 48d9c55 commit 76877be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/ractive-legalform.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,10 @@
this.refreshLikerts();

metaRecursive(this.meta, $.proxy(this.initField, this));
$('#doc').trigger('shown.preview');

this.on('complete', function() {
$('#doc').trigger('shown.preview');
})
},

/**
Expand Down

0 comments on commit 76877be

Please sign in to comment.