diff --git a/e107_web/js/core/all.jquery.js b/e107_web/js/core/all.jquery.js index d55d6ec5e..71f2a33d7 100644 --- a/e107_web/js/core/all.jquery.js +++ b/e107_web/js/core/all.jquery.js @@ -212,7 +212,14 @@ $(document).ready(function() // var tabs = $('#tab-container').clone(true); // $('#htmlEditor').append(tabs); - + $('e-clone').click(function(){ + + + var copy = $(this).attr('id'); + + duplicateHTML(copy,paste,baseid); + + }); /* $("a.e-bb").click(function(){