first commit
This commit is contained in:
1
wp-content/plugins/wp-file-download-light/app/admin/assets/js/jquery.textselect.min.js
vendored
Normal file
1
wp-content/plugins/wp-file-download-light/app/admin/assets/js/jquery.textselect.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(function(d){d.fn.selectText=function(){var b=this[0],a,c;document.body.createTextRange?(a=document.body.createTextRange(),a.moveToElementText(b),a.select()):window.getSelection&&(c=window.getSelection(),a=document.createRange(),a.selectNodeContents(b),c.removeAllRanges(),c.addRange(a));b.focus()}})(jQuery);
|
||||
Reference in New Issue
Block a user