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