/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license
*/ (function(){var d=/^(https?|ftp)://(-.)?(+.?)+(/[^s]*)?$/ig,e=/“/g;CKEDITOR.plugins.add(”autolink“,{requires:”clipboard“,init:function©{c.on(”paste“,function(b){var a=b.data.dataValue;b.data.dataTransfer.getTransferType©==CKEDITOR.DATA_TRANSFER_INTERNAL||-1<a.indexOf(”x3c“)||(a=a.replace(d,'x3ca hrefx3d”'+a.replace(e,“%22”)+'“x3e$x26x3c/ax3e'),a!=b.data.dataValue&&(b.data.type=”html“),b.data.dataValue=a)})}})})();