audio-recordings.js: move recordings location

location has been moved to /recordings to allow access control
This commit is contained in:
Milan
2020-12-15 13:17:21 +01:00
parent 10b92ada3f
commit c85b644ee0

View File

@@ -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');
}