From fd96563117bada902f2a12ba9725e9a64fa4c44b Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 3 Dec 2012 04:49:53 -0800 Subject: [PATCH] Placeholder function added for e-clone --- e107_web/js/core/all.jquery.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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(){