关于Chrome上加载sp.ribbon.js失败的解决方案
今天在Chrome上访问SharePoint 2010页面的时候,发现有时候sp.ribbon.js会加载失败,后来在网上找到一个解决方案。经测试,使用此方案后,我本地Chrome没有再出现sp.ribbon.js加载失败的情况。
因此记录下来,以防忘记:
Try adding Visible="false"
to the SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4"
control on the master page