Skip to content

Instantly share code, notes, and snippets.

@teeaich
Created October 21, 2013 12:07
Show Gist options
  • Save teeaich/7082817 to your computer and use it in GitHub Desktop.
Save teeaich/7082817 to your computer and use it in GitHub Desktop.
sharepoint_after_ribbon_load_event
SP.SOD.executeOrDelayUntilScriptLoaded(function () {
var pm = SP.Ribbon.PageManager.get_instance();
pm.add_ribbonInited(function () {
var temp;
});
},"sp.ribbon.js");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment