[
https://issues.apache.org/jira/browse/OFBIZ-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367229#comment-15367229
]
Amardeep Singh Jhajj commented on OFBIZ-7758:
---------------------------------------------
One more thing I want to add here that, require.js works well for js module
loading. Please refer:
http://requirejs.org/docs/faq-advanced.html#css
and here we are talking about css file. Thanks.
> jquery.jgrowl.min.css is linked twice in html page
> --------------------------------------------------
>
> Key: OFBIZ-7758
> URL: https://issues.apache.org/jira/browse/OFBIZ-7758
> Project: OFBiz
> Issue Type: Bug
> Components: ALL APPLICATIONS
> Affects Versions: Trunk
> Reporter: james yong
> Priority: Minor
> Attachments: OFBIZ-7758.patch
>
>
> I am running on trunk rev 1751489 on tomahawk theme.
> In the browser, right-click and view the page source. There is duplicate
> linking of jquery.jgrowl.min.css i.e.
> {code}
> <link rel="stylesheet"
> href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css"
> type="text/css"/>
> <link rel="stylesheet"
> href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css"
> type="text/css"/>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)