Implement more embed code

Supported Media Files:
- Youtube
- Vimeo
- Instagram
- Flickr
- Slidershare
- Speakerdeck

close #26
This commit is contained in:
Christian Bruckmayer 2014-03-19 17:22:48 +01:00
parent 587126218d
commit cbb4b40bc0
6 changed files with 54 additions and 12 deletions

View file

@ -1,4 +1,9 @@
$(function() {
$("#event_media_type").change(function () {
$(".media-type").hide();
$('#' + $(this).val().toLowerCase() + '-help').show();
});
$('.dropdown-toggle').dropdown();
$("#conference-start-datepicker").datepicker({
dateFormat: 'yy/mm/dd',