1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 04:40:44 +02:00

Placeholder function added for e-clone

This commit is contained in:
Cameron
2012-12-03 04:49:53 -08:00
parent 346bfa6db3
commit fd96563117

View File

@@ -212,7 +212,14 @@ $(document).ready(function()
// var tabs = $('#tab-container').clone(true); // var tabs = $('#tab-container').clone(true);
// $('#htmlEditor').append(tabs); // $('#htmlEditor').append(tabs);
$('e-clone').click(function(){
var copy = $(this).attr('id');
duplicateHTML(copy,paste,baseid);
});
/* /*
$("a.e-bb").click(function(){ $("a.e-bb").click(function(){