Sha256: f09320ceb60e0401262926befc27f4341e40363ad464a0e7d1ab735e44962dfc

Contents?: true

Size: 1.02 KB

Versions: 53

Compression:

Stored size: 1.02 KB

Contents

/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

(function(){CKEDITOR.plugins.add('ajax',{requires:['xml']});CKEDITOR.ajax=(function(){var a=function(){if(!CKEDITOR.env.ie||location.protocol!='file:')try{return new XMLHttpRequest();}catch(f){}try{return new ActiveXObject('Msxml2.XMLHTTP');}catch(g){}try{return new ActiveXObject('Microsoft.XMLHTTP');}catch(h){}return null;},b=function(f){return f.readyState==4&&(f.status>=200&&f.status<300||f.status==304||f.status===0||f.status==1223);},c=function(f){if(b(f))return f.responseText;return null;},d=function(f){if(b(f)){var g=f.responseXML;return new CKEDITOR.xml(g&&g.firstChild?g:f.responseText);}return null;},e=function(f,g,h){var i=!!g,j=a();if(!j)return null;j.open('GET',f,i);if(i)j.onreadystatechange=function(){if(j.readyState==4){g(h(j));j=null;}};j.send(null);return i?'':h(j);};return{load:function(f,g){return e(f,g,c);},loadXml:function(f,g){return e(f,g,d);}};})();})();

Version data entries

53 entries across 47 versions & 9 rubygems

Version Path
erp_app-3.1.16 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.15 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.14 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.13 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.12 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.11 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.10 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.9 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.8 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.7 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.6 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.5 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.4 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.3 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.1.2 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
erp_app-3.0.16 public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js
ab_admin-0.2.2 lib/generators/ab_admin/ckeditor_assets/templates/ckeditor/plugins/ajax/plugin.js
ab_admin-0.2.2 spec/dummy/public/javascripts/ckeditor/plugins/ajax/plugin.js
ab_admin-0.2.1 lib/generators/ab_admin/ckeditor_assets/templates/ckeditor/plugins/ajax/plugin.js
ab_admin-0.2.1 spec/dummy/public/javascripts/ckeditor/plugins/ajax/plugin.js