Stat totals for shop types. In the future a graph would be nice.

This commit is contained in:
Jonathan Rosenbaum
2016-01-29 10:38:55 +00:00
parent 4a77289b2f
commit 8eac9b6dd5
4 changed files with 120 additions and 2 deletions
+9
View File
@@ -41,4 +41,13 @@ $(function(){
e.preventDefault();
});
$("#shops").on("click keypress", function(e){
var range_display = range.pickmeup('get_date', true);
$.post("shops.php", {range1: range_display[0], range2: range_display[1]}, function (data) {
$("body").html(data);
//range.pickmeup.date($range_display[0]);
});
e.preventDefault();
});
});