Skip to content

Commit

Permalink
fixed en.js:64 Uncaught ReferenceError: Redactor is not defined
Browse files Browse the repository at this point in the history
    at en.js:64
  • Loading branch information
apostolp committed Dec 19, 2020
1 parent c83390f commit a80fc74
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/assets/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(function($R)
{
$R.lang['en'] = {
(function ($) {
$.Redactor.opts.langs['en'] = {
"format": "Format",
"image": "Image",
"file": "File",
Expand Down Expand Up @@ -60,5 +59,5 @@
"center": "Center",
"undo": "Undo",
"redo": "Redo"
};
})(Redactor);
};
})( jQuery );

0 comments on commit a80fc74

Please sign in to comment.