mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with duration not being added
This commit is contained in:
@@ -1415,7 +1415,6 @@ $(document).on( "click", ".add-suggested", function(e){
|
||||
var title = $(this).attr("data-video-title");
|
||||
var length = $(this).attr("data-video-length");
|
||||
|
||||
|
||||
Search.submit(id, title, length);
|
||||
$("#suggested-" + id).remove();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user