INTRODUCTION
I have a SharePoint 2010 site running in 2013 farm (ie. 2010 mode). Somehow the “Insert Picture from SharePoint” or “Insert Link from SharePoint” button in the ribbon bar stops working. It simply didn’t do anything when I clicked it. I tried to turn on Javascript error but there was nothing related.
I have been looking around the Internet but unfortunately the resolutions listed are nowhere related. Some say it’s something to do with KB2844286 but unfortunately that KB was not even installed in my farm. Other people tell other tricks of how keep clicking it or selecting 1-2 letter of the text then it will work. None of these fix my issue.
RESOLUTION
The resolution happens to be very simple! Simply include the following Javascripts in your <HEAD> section and voila…it works!
<script type=”text/javascript” src=”/_layouts/1033/assetpickers.js?rev=ioskpnN822sgUK6tEU1IkA%3D%3D”></script>
<script type=”text/javascript” src=”/_layouts/1033/selectorcontrols.js?rev=lboVEK4BgLW0TteA7oVg2A%3D%3D”></script>
Hope this helps,
Tommy