Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 2, 2024
1 parent d266bcb commit 605cea6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion view/jquery-file-upload/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,8 @@ async function createVideo() {
}

function editVideos(videos_id) {
avideoModalIframe(webSiteRootURL +'view/managerVideosLight2.php?videos_id='+videos_id);
var url = webSiteRootURL +'view/managerVideosLight2.php?videos_id='+videos_id;
url += '&user='+$('#user').val();
url += '&pass='+$('#pass').val();
avideoModalIframe(url);
}

0 comments on commit 605cea6

Please sign in to comment.