diff options
Diffstat (limited to 'script/postman.js')
-rw-r--r-- | script/postman.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/postman.js b/script/postman.js index f019dbb..c6c0e98 100644 --- a/script/postman.js +++ b/script/postman.js @@ -1,3 +1,7 @@ +jQuery(document).ready(function($) { + $( ".email-log-date" ).datepicker(); +}); + var redirectUrlWarning = false; if (!console) console = { |