copy current state of medienstaatsvertrag.org, to be verified
This commit is contained in:
17
website/agenda/planung/js/audio_recordings.js
Normal file
17
website/agenda/planung/js/audio_recordings.js
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
function showProgress(){
|
||||
$('#progress').slideDown();
|
||||
return false;
|
||||
}
|
||||
|
||||
function playAudio(path){
|
||||
var url='../../agenda_files/recordings/'+path;
|
||||
var win = window.open(url, '_blank');
|
||||
}
|
||||
|
||||
$( document ).ready(
|
||||
function() {
|
||||
var number = 1+Math.floor(11 * Math.random());
|
||||
$('#progress img').attr("src", "/agenda/image/upload/bird"+number+".gif");
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user