generated production assets.

This commit is contained in:
Tim Schumacher 2014-07-08 12:29:05 +02:00
parent 60ec1fc17c
commit d66bbbe5d3
5 changed files with 2345 additions and 0 deletions

1426
web/js/73cfd50.js Normal file

File diff suppressed because one or more lines are too long

10
web/js/e306c7e.js Normal file
View file

@ -0,0 +1,10 @@
/**
* 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'});
});