JavaScript Console in liferay
We can enable javascript console in liferay. Add the following parameters in portal-ext.properties.
#
# Set this to true to enable the display of JavaScript logging.
#
javascript.log.enabled=true
After adding parameter and restarting the server at the bottom you can see the console
Comments
Post a Comment