Update button in history

This commit is contained in:
Ludovic Stephan 2017-04-24 14:46:16 -03:00
parent 16dbfed977
commit 8b8a3f8a25

View file

@ -39,6 +39,9 @@
<div class="line"><b>Comptes</b> {{ filter_form.accounts }}</div>
</div>
</div>
<div class="buttons">
<a id="update_history" class="btn btn-primary btn-lg">Mettre à jour</a>
</div>
</div>
</div>
<div class="col-sm-8 col-md-9 col-content-right">
@ -125,7 +128,7 @@ $(document).ready(function() {
filter: true,
});
$("input").on('dp.change change', function() {
$("#update_history").on('click', function() {
updateHistory();
});