This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/js/e306c7e.js
2014-07-08 12:29:05 +02:00

11 lines
230 B
JavaScript

/**
* Created by tim on 06.07.14.
*/
// initializing with settings
$(document).ready(function () {
$('.icon.link').popup();
jQuery('input[type=datetime]').datetimepicker({lang: 'de',format:'Y-m-d H:i'});
});