]> git.openstreetmap.org Git - osqa.git/commitdiff
remove the jquery.copy plugin, we don't need it anymore
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 5 May 2011 14:26:04 +0000 (14:26 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 5 May 2011 14:26:04 +0000 (14:26 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1024 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/js/jquery.copy.js [deleted file]
forum/skins/default/media/js/jquery.copy.swf [deleted file]

diff --git a/forum/skins/default/media/js/jquery.copy.js b/forum/skins/default/media/js/jquery.copy.js
deleted file mode 100644 (file)
index 93e8475..0000000
+++ /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='<embed src="jquery.copy.swf"FlashVars="clipboard='+encodeURIComponent(data)+'"width="0"height="0"'+'type="application/x-shockwave-flash"></embed>';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 (file)
index 2cfe371..0000000
Binary files a/forum/skins/default/media/js/jquery.copy.swf and /dev/null differ