diff --git a/public/js/wn/views/grid_report.js b/public/js/wn/views/grid_report.js index 9b8b9da3e7..5037bac9a6 100644 --- a/public/js/wn/views/grid_report.js +++ b/public/js/wn/views/grid_report.js @@ -268,7 +268,7 @@ wn.views.GridReport = Class.extend({ if (col.formatter==me.currency_formatter) { item[col.id] = 0; } - }); + }); }, refresh: function() { @@ -302,11 +302,10 @@ wn.views.GridReport = Class.extend({ // print / export $('
\ - \ - Print \ - | \ - Export \ + \ + \ + Export \
').appendTo(this.wrapper); this.wrapper.find(".grid-report-export").click(function() { return me.export(); });