From: jordan Date: Thu, 5 May 2011 14:26:04 +0000 (+0000) Subject: remove the jquery.copy plugin, we don't need it anymore X-Git-Tag: live~289 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/6f155f04b7f811b4c5ca684960f2bfe4177666b0?ds=sidebyside remove the jquery.copy plugin, we don't need it anymore git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1024 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/js/jquery.copy.js b/forum/skins/default/media/js/jquery.copy.js deleted file mode 100644 index 93e8475..0000000 --- a/forum/skins/default/media/js/jquery.copy.js +++ /dev/null @@ -1 +0,0 @@ -jQuery.copy=function(data){return jQuery.fn.copy.call({},data);};jQuery.fn.copy=function(delimiter){var me=this,flashcopier=(function(fid){return document.getElementById(fid)||(function(){var divnode=document.createElement('div');divnode.id=fid;document.body.appendChild(divnode);return divnode;})();})('_flash_copier'),data=jQuery.map(me,function(bit){return typeof bit==='object'? bit.value||bit.innerHTML.replace(/<.+>/g,''):'';}).join(delimiter||'').replace(/^\s+|\s+$/g,'')||delimiter,divinfo='';flashcopier.innerHTML=divinfo;return this;}; diff --git a/forum/skins/default/media/js/jquery.copy.swf b/forum/skins/default/media/js/jquery.copy.swf deleted file mode 100644 index 2cfe371..0000000 Binary files a/forum/skins/default/media/js/jquery.copy.swf and /dev/null differ