Skip to content

Instantly share code, notes, and snippets.

@xdumaine
Created October 15, 2013 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdumaine/6993239 to your computer and use it in GitHub Desktop.
Save xdumaine/6993239 to your computer and use it in GitHub Desktop.
inject redmine signature
function injectSignature() {
var footer = $(document.getElementById('footer'));
footer.appendChild(document.createTextNode
("Responsive Theme by Xander Dumaine 2011"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment