function Leadtools.LTHelper.removeJS( fileName )
Parameter | Type | Description |
---|---|---|
fileName | string | Path to the JS file to remove. |
This method works by enumerating the script tags in the current document for a matching fileName, if the item is found then it is removed from the document. If the item is found, then nothing is done.