fix delete function in UI

install-with-shinobicctv-user-instead-of-root
Moe 2020-08-17 21:16:03 -07:00
parent b06a3ee1a9
commit 1a7ce7e462
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ $(document).ready(function(e){
console.log('videoLink',videoLink)
console.log(href)
if(!href){
href = $.ccio.init('location',$.users[e.auth])+e.auth+'/videos/'+e.ke+'/'+e.mid+'/'+e.file+'/delete<% if(config.useUTC === true){%>?isUTC=true<%}%>'
href = $.ccio.init('location',$.users[e.auth])+e.auth+'/videos/'+e.ke+'/'+e.mid+'/'+e.file+'/delete'
}
console.log(href)
$.confirm.e.modal('show');