Hi,
Currently I have two scripts that are placed inside content editors in the same page.
Both the Scripts have "$(document).ready();" functions inside which
SP.SOD.executeFunc('sp.js', 'SP.ClientContext', function-name); is placed.
But only one script gets executed but the other throws an error stating "SP.ClientContext.get_current" is undefined or null.
Any help would be appreciated.
Thank you,
Sachin