Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Bug into plugin.js
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bug into plugin.js (Read 3799 times)
acampball
Full Member
Posts: 162
Bug into plugin.js
«
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';
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Bug into plugin.js
«
Reply #1 on:
April 17, 2014, 10:52:13 »
Yes, you are correct! We will fix it immediately.
Thanks for reporting this issue.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Bug into plugin.js