mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Adds a link to dhhr.php
This file is currently not in devel, but it is being used for Positive Spin.
This commit is contained in:
@@ -40,6 +40,15 @@ $(function(){
|
||||
});
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$("#dhhr_hours").on("click keypress", function(e){
|
||||
var range_display = range.pickmeup('get_date', true);
|
||||
$.post("dhhr.php", {range1: range_display[0], range2: range_display[1]}, function (data) {
|
||||
$("body").html(data);
|
||||
//range.pickmeup.date($range_display[0]);
|
||||
});
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$("#shops").on("click keypress", function(e){
|
||||
var range_display = range.pickmeup('get_date', true);
|
||||
|
||||
Reference in New Issue
Block a user