Skip to content

Commit

Permalink
Fix initial call of Joomla.loadOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Jun 3, 2017
1 parent 3f15a2d commit 61b334a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/system/js/core-uncompressed.js
Expand Up @@ -187,7 +187,7 @@ Joomla.editors.instances = Joomla.editors.instances || {

// Initial loading
if (!Joomla.optionsStorage) {
Joomla.optionsStorage = options;
Joomla.optionsStorage = options || {};
}
// Merge with existing
else {
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61b334a

Please sign in to comment.