Created
October 22, 2014 16:04
-
-
Save bsoist/d2d099a6be007bc53fe3 to your computer and use it in GitHub Desktop.
fixes the permalinks on my noteblog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(".spPermalink").each(function() {this.children[0].href = this.children[0].href.split('/').slice(0,3).join('/') + "/" + pagetable.path + "/" + this.children[0].href.split('/').slice(-1).join('/'); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment