mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
added clone option
This commit is contained in:
@ -177,9 +177,9 @@ $('.btn-clone').click(function(e){
|
||||
content_clone = content_clone + $(this).text() + '\n';
|
||||
});
|
||||
$('.submit-form').show();
|
||||
$('.paste-form').hide();
|
||||
$('.paste-form').remove();
|
||||
$('#content').val(content_clone);
|
||||
$('#content').resize();
|
||||
$('#content').trigger('change');
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user