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:
@@ -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(){
|
||||
|
Reference in New Issue
Block a user