Action links and Tabbed Pages configured with 1.3.1.1 and less versions don’t work when newer app versions are installed.
The following error appears in console:
To fix this, open the customized page in SharePoint Designer and swap the order of this two lines:
<SharePoint:Scriptlink runat="server" Name="~site/sbActionLinks/Scripts/jquery-1.9.1.min.js" Language="javascript"/>
and
<SharePoint:Scriptlink runat="server" Name="~site/sbActionLinks/Scripts/AL_Startup.js" Language="javascript"/>
Save changes.
This will solve the problem for that page.
Before (Wrong ordering):
After (Correct ordering):
Comments
0 comments
Please sign in to leave a comment.