Fixed issue with duration not being added

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-23 14:17:43 +01:00
parent 7f23474b6d
commit afbea29b36
3 changed files with 4 additions and 5 deletions

View File

@@ -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();
});