generated production assets.
This commit is contained in:
parent
60ec1fc17c
commit
d66bbbe5d3
5 changed files with 2345 additions and 0 deletions
1426
web/js/73cfd50.js
Normal file
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
10
web/js/e306c7e.js
Normal 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'});
|
||||
});
|
Reference in a new issue