videos representation screenshots generation code cleanup

This commit is contained in:
Florian BLOUET
2015-06-12 15:33:14 +02:00
parent 497ae466ee
commit 05d293a4a1
2 changed files with 33 additions and 46 deletions

View File

@@ -392,7 +392,6 @@ $(document).ready(function(){
else
{
$(this).hide();
//$("#thumb_reset_button",scope).hide();
$("#thumb_info", scope).show();
ThumbEditor.resetCanva();
}
@@ -420,7 +419,6 @@ $(document).ready(function(){
$("#thumb_camera_button", scope).bind("click", function(){
$("#thumb_info", scope).hide();
$("#thumb_delete_button", scope).show();
//$("#thumb_reset_button",scope).show();
var screenshot = ThumbEditor.screenshot();
var img = $("<img />");