mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
added blogpost and switched to ejs
This commit is contained in:
@@ -5,12 +5,13 @@ $(document).ready(function(){
|
||||
$("#timeZone").val(offset);
|
||||
|
||||
console.log("offset - " + offset);
|
||||
$(function() {
|
||||
$( "#datepicker" ).datepicker();
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$("#timepicker").timepicker();
|
||||
});
|
||||
$(function() {
|
||||
$( "#dpicker" ).datepicker();
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$( "#datepicker" ).datepicker();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user