When a javascript won't load because there is a problem with the script
Problem: In the console log it will display a javascript that is not loading due to an error. If I remove that javascript by removing it from the attribute and removing it from the attribute customization it still shows up in the console log that it cannot load that javascript. How do I get rid of the offending java script? The behavior I have been seeing is until I resolve the offending java script the other java scripts do not execute. Does anyone know to correct this problem.
One answer
I have seen rare occasions where scripts would not get properly deleted.
You can
- Open the project area editor with the Eclipse client.
- Switch to the links tab.
- Look into the Attachment section and try to locate the script file, if you find it, delete the script, save the change.
- After deletion check that the attribute customization for the script is gone.
I think deleting scripts that do not work should never happen. The script should have been debugged and working, before it even got into production. Having to pull scripts because they fail so bad is a really bad sign.