Hi, Thanks very much for the reply. I have tried what you said, and removed the line 19.
But after removing that, I start getting javascript error from bootstrap.js
Below are the error details
TypeError: $(...).on is not a function
[Break On This Error]
$(window).on('load', function () {
bootstrap.js (line 1483)
TypeError: $(...).on is not a function
[Break On This Error]
$('body'
.on('click.alert.data-api', dismiss, Alert.prototype.close)
Could you please suggest anything else I can do?
Thanks
Andy