Merge pull request #613 from selimgnaoui/master

fixed #610
This commit is contained in:
AndreiCN 2017-11-28 14:54:43 +02:00 committed by GitHub
commit 4471fa1b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2515,7 +2515,7 @@ if (typeof NProgress != 'undefined') {
var handleDataTableButtons = function() {
if ($("#datatable-buttons").length) {
$("#datatable-buttons").DataTable({
dom: "Bfrtip",
dom: "Blfrtip",
buttons: [
{
extend: "copy",

File diff suppressed because one or more lines are too long