[jira] [Commented] (OFBIZ-6957) jquery plugin jgrowl is loaded before jquery

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

[jira] [Commented] (OFBIZ-6957) jquery plugin jgrowl is loaded before jquery

Nicolas Malin (Jira)

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

james yong commented on OFBIZ-6957:
-----------------------------------

I am using SVN revision 1735923

OFBiz is running on a Window 7 computer

Using firefox with firebug enabled, i accessed the following url:
{quote}
https://127.0.0.1:8443/ecommerce
{quote}

From firebug console, one of the errors found is
{quote}
"NetworkError: 404 Not Found - https://127.0.0.1:8443/contentimages/contentForum.css"
{quote}

Then I viewed the page source and saw the following
{quote}
...
 <link rel="stylesheet" href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" type="text/css"/>
      <link rel="stylesheet" href="/ecommerce/images/blog.css" type="text/css"/>
      <link rel="stylesheet" href="/images/ecommain.css" type="text/css"/>
      <link rel="stylesheet" href="/contentimages/contentForum.css" type="text/css"/>
        <script type="text/javascript" src="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.js"></script>
        <script type="text/javascript" src="/images/jquery/plugins/Readmore.js-master/readmore.js"></script>
        <script type="text/javascript" src="/images/jquery/jquery-1.11.0.min.js"></script>
        <script type="text/javascript" src="/images/jquery/jquery-migrate-1.2.1.js"></script>
        <script type="text/javascript" src="/images/jquery/plugins/validate/jquery.validate.min.js"></script>
        <script type="text/javascript" src="/images/jquery/ui/js/jquery-ui-1.10.3.min.js"></script>
       ...
{quote}

I conclude that  jgrowl is loaded before jquery.
There is no such error when I accessed other modules.


> jquery plugin jgrowl is loaded before jquery
> --------------------------------------------
>
>                 Key: OFBIZ-6957
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6957
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Trunk
>            Reporter: james yong
>            Priority: Minor
>
> jgrowl, a jquery plugin, cannot run correctly as jgrowl is loaded before jquery



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)