Skip to content

Commit

Permalink
ckeditor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ClicShopping committed Sep 7, 2023
1 parent efe9a9c commit d10aca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CkEditor4 extends HTML
*/
public static function getWysiwyg(): string
{
$script = '<script src="//cdn.ckeditor.com/4.22.1/full/ckeditor.js"></script>';
$script = '<script src="//cdn.ckeditor.com/4.22.0/full/ckeditor.js"></script>';
$script .= ChatGptAdmin::gptCkeditorParameters();

return $script;
Expand Down

0 comments on commit d10aca4

Please sign in to comment.