From 1a7ce7e46231d2b3f56bbf94895fc26a845f0a49 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 17 Aug 2020 21:16:03 -0700 Subject: [PATCH] fix delete function in UI --- web/libs/js/dash2.elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/libs/js/dash2.elements.js b/web/libs/js/dash2.elements.js index 38e2cd49..7b1a9d38 100644 --- a/web/libs/js/dash2.elements.js +++ b/web/libs/js/dash2.elements.js @@ -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');