Andras Salamon created OOZIE-3517:
-------------------------------------
Summary: Invalid reference to xtheme-default.css
Key: OOZIE-3517
URL: https://issues.apache.org/jira/browse/OOZIE-3517
Project: Oozie
Issue Type: Bug
Reporter: Andras Salamon
[index.jsp|https://github.com/apache/oozie/blob/master/webapp/src/main/webapp/index.jsp#L23]
references the {{xtheme-default.css}} file
{noformat}
<link rel="stylesheet" type="text/css"
href="ext-2.2/resources/css/xtheme-default.css"/>
{noformat}
This file is not part of the extjs library (ext-2-2.zip) so the browser will
not be able to load this css. We should remove the reference.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)