1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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);
// $('#htmlEditor').append(tabs);
$('e-clone').click(function(){
var copy = $(this).attr('id');
duplicateHTML(copy,paste,baseid);
});
/*
$("a.e-bb").click(function(){