Removed an unecessary toast

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 13:42:01 +01:00
parent e6c666de8b
commit f62b2a61a8

View File

@@ -296,7 +296,7 @@ $("#results").on( "click", "#temp-results", function(e){
var id = $(this).attr("data-video-id");
var title = $(this).attr("data-video-title");
var length = $(this).attr("data-video-length");
Search.submitAndClose(id, title, length);
}
});