Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 29, 2020
1 parent 3851b5a commit 3f10294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/admin/statistics/index.php
Expand Up @@ -651,7 +651,7 @@
jQuery("#user_session_grid").jqGrid("navButtonAdd","#user_session_grid_pager", {
caption:"",
onClickButton : function () {
jQuery("#user_session_grid").jqGrid("excelExport",{"url":"<?php echo $url; ?>&export_format=xls"});
jQuery("#user_session_grid").jqGrid("excelExport",{"url":"'.$url.'&export_format=xls"});
}
});
});
Expand Down

0 comments on commit 3f10294

Please sign in to comment.