Elxis CMS Forum

Support => General => Topic started by: acampball on April 17, 2014, 09:32:01

Title: Bug into plugin.js
Post by: acampball on April 17, 2014, 09:32:01
Hi.

I found bug into components/com_content/js/plugins.js

Does not add a reference to the style of CSS.

Start from line: 38

Should be as follows:

var selem = document.createElement('link');
selem.type = 'text/css';
selem.href = jsonObj.css;
selem.rel = 'stylesheet';
Title: Re: Bug into plugin.js
Post by: datahell on April 17, 2014, 10:52:13
Yes, you are correct! We will fix it immediately.
Thanks for reporting this issue.