The loadXMLConfig() method does not commit data for scripts and styles section. This is due to the mismatch of keywords scripts != js and styles != css.
loadXMLConfig()
scripts != js
styles != css
The text was updated successfully, but these errors were encountered:
1f9c022
anshooarora
No branches or pull requests
Summary
The
loadXMLConfig()
method does not commit data for scripts and styles section. This is due to the mismatch of keywordsscripts != js
andstyles != css
.The text was updated successfully, but these errors were encountered: