Added custom scroll bars and separated the table header from the tables for Sales and the Graphs tables.
This commit is contained in:
@@ -72,5 +72,8 @@ Template.MiscManagement.events({
|
||||
},
|
||||
"click .deleteDuplicateSales": function(event, template) {
|
||||
Meteor.call("deleteDuplicateSales");
|
||||
},
|
||||
"click .enhanceSaleDates": function(event, template) {
|
||||
Meteor.call("enhanceSalesDateFields");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user