[jira] [Commented] (OFBIZ-7758) jquery.jgrowl.min.css is linked twice in html page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7758) jquery.jgrowl.min.css is linked twice in html page

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369645#comment-15369645 ]

Jacques Le Roux commented on OFBIZ-7758:
----------------------------------------

Thanks Rohit, JPublish is already in the Attic https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic#OFBizAttic-JPublish
So yes please go with your solution since it was only a hack for JPublish. I saw it's also in ModelMenuAction.java

And thanks Amardeep for the link about jrequire.js and .css files. Good to know, I still did not get a chance to seriously look at jrequire.js :/

> 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)