mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
videos representation screenshots generation code cleanup
This commit is contained in:
@@ -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 />");
|
||||
|
Reference in New Issue
Block a user