You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chatree Srichart (Updated) (JIRA)" <ji...@apache.org> on 2011/10/13 06:29:11 UTC

[jira] [Updated] (OFBIZ-4477) JavaScript location is empty causes a double requests problem

     [ https://issues.apache.org/jira/browse/OFBIZ-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-4477:
------------------------------------

    Attachment: check_empty_javascript_and_stylesheet.patch

This is a patch file to solve the problem.
                
> JavaScript location is empty causes a double requests problem
> -------------------------------------------------------------
>
>                 Key: OFBIZ-4477
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4477
>             Project: OFBiz
>          Issue Type: Bug
>          Components: themes
>    Affects Versions: SVN trunk
>         Environment: Ubuntu
>            Reporter: Chatree Srichart
>            Priority: Critical
>         Attachments: check_empty_javascript_and_stylesheet.patch
>
>
> I see the JsLanguageFilesMapping.dateTime field does not have a script location for the en_US locale, so it will generate an empty script tag on the HTML header:
> ..
> ..
> <script src="" type="text/javascript"></script>
> ..
> ..
> which causes double requests problem on every requests.
> To solve this problem I have to check if the javaScript and styleSheet fields in header.ftl files for every themes are empty before generate the script and link tags.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira