Skip to content

Instantly share code, notes, and snippets.

@pratk30
pratk30 / LinkRedirection.txt
Last active June 10, 2018 11:21
Link Redirection using JQuery/CSS with Legacy URL (JSOM)
<style>
.loadingBody {
display : none;
background: url("SharePointFolderURLFromSource/Redirecting.gif") 50% 50% no-repeat !important;
background-attachment: fixed;
background-position: center;
background-color: #cccccc;
}
</style>