mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Implement more embed code
Supported Media Files: - Youtube - Vimeo - Instagram - Flickr - Slidershare - Speakerdeck close #26
This commit is contained in:
parent
587126218d
commit
cbb4b40bc0
6 changed files with 54 additions and 12 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue