mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed an unecessary toast
This commit is contained in:
@@ -296,7 +296,7 @@ $("#results").on( "click", "#temp-results", function(e){
|
|||||||
var id = $(this).attr("data-video-id");
|
var id = $(this).attr("data-video-id");
|
||||||
var title = $(this).attr("data-video-title");
|
var title = $(this).attr("data-video-title");
|
||||||
var length = $(this).attr("data-video-length");
|
var length = $(this).attr("data-video-length");
|
||||||
|
|
||||||
Search.submitAndClose(id, title, length);
|
Search.submitAndClose(id, title, length);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user