Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 457279

Summary: JS navigation hover icon path is wrong
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 8.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2015-01-12 13:18:08 EST
The icon path used for scripts in the navigation hover is not relative and does not work properly outside of orion.eclipse.org

meta.contentType.icon = '/javascript/images/javascript.png';

should be meta.contentType.icon = '../javascript/images/javascript.png';