Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  2.  
  3. <script type="text/jscript">
  4.  
  5. $(document).ready(function() {
  6. $("a[onclick*='DispEx']").each( function(data){
  7. var href = this.href;
  8. this.href = '/sites/MySite/_layouts/download.aspx?SourceURL=' + this.href;
  9. });
  10. $("a[onclick*='DispEx']").removeAttr('onclick');
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement