audio-recordings.js: move recordings location
location has been moved to /recordings to allow access control
This commit is contained in:
@@ -10,7 +10,7 @@ function hideProgress(){
|
||||
}
|
||||
|
||||
function playAudio(path){
|
||||
var url='../../agenda_files/recordings/'+path;
|
||||
var url='recordings/'+path;
|
||||
var win = window.open(url, '_blank');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user