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