Ticket #4348: 4348_2.patch
| File 4348_2.patch, 515 bytes (added by garry.yao, 23 months ago) |
|---|
-
_source/core/ckeditor_base.js
136 136 path = location.href.match( /^[^\?]*\/(?:)/ )[0] + path; 137 137 } 138 138 139 if( !path ) 140 throw '[CKEDITOR] Installation path not found, please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.'; 141 139 142 return path; 140 143 })(), 141 144
