From 3d2f27ee0bf6b42b51ff862b00d069ae44939958 Mon Sep 17 00:00:00 2001 From: fusionate Date: Fri, 31 May 2024 08:33:44 -0600 Subject: [PATCH] Recordings - List: Restore Upload button after Upload cancelled. --- app/recordings/recordings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 50ca5ff637..267152db0a 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -415,9 +415,9 @@ echo "\n"; echo "\n"; - echo button::create(['type'=>'button','label'=>$text['button-upload'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_add','onclick'=>"$(this).fadeOut(250, function(){ $('span#form_upload').fadeIn(250); document.getElementById('ulfile').click(); });"]); + echo button::create(['type'=>'button','label'=>$text['button-upload'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_upload','onclick'=>"$(this).fadeOut(250, function(){ $('span#form_upload').fadeIn(250); document.getElementById('ulfile').click(); });"]); echo "