fix clear history

This commit is contained in:
Kees Monshouwer 2018-04-12 02:11:34 +02:00 committed by mind04
parent fc737cf61f
commit a12af5345d
No known key found for this signature in database
GPG key ID: 2698B1807E43953E

View file

@ -96,7 +96,7 @@
<div class="modal-footer">
<button type="button" class="btn btn-flat btn-default pull-left"
data-dismiss="modal">Close</button>
<button type="button" class="btn btn-flat btn-danger" onclick="applyChanges('', $SCRIPT_ROOT + '/admin/history');location.reload();">Clear History</button>
<button type="button" class="btn btn-flat btn-danger" onclick="applyChanges('', $SCRIPT_ROOT + '/admin/history', false, true);">Clear History</button>
</div>
</div>
<!-- /.modal-content -->