modified: script.js
This commit is contained in:
parent
7a93eb06b8
commit
326d3f592d
@ -243,7 +243,9 @@ $(document).ready(function() {
|
||||
$('#tbody td').click(function() {
|
||||
var dateString = $(this).data('date');
|
||||
$('#selectedDate').text(dateString);
|
||||
window.location.href = 'date.html?date=' + encodeURIComponent(dateString);
|
||||
// window.location.href = 'date.html?date=' + encodeURIComponent(dateString);
|
||||
var url = 'date.html?date=' + encodeURIComponent(dateString);
|
||||
window.open(url, '_blank');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user