Implement the GUI for the repeating events.

referencing #4
This commit is contained in:
Tim Schumacher 2014-07-28 22:15:06 +02:00
parent 7719e760ec
commit 90b6f52446
7 changed files with 572 additions and 0 deletions

View file

@ -0,0 +1,6 @@
$(document).ready(function(){
$('.ui.dropdown.selection')
.dropdown()
.dropdown('set value',$('.ui.dropdown.selection input[type=hidden]').val())
;
});