Skip to content
  • This project
    • Loading...
  • Sign in

Tenzing / Tz Tools

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tz-tools
  • com
  • Branding
  • scripts
  • branding.js
  • Kevin Burton's avatar
    text node for ct.datefield after · 33bf7108
    33bf7108 Browse Files
    Kevin Burton committed 2011-01-31 17:30:39 +0000
branding.js 126 Bytes
Raw Blame History Permalink
1 2 3 4 5
jQuery(document).ready(function() {
    
    
    jQuery('.ct_datefield').after(document.createTextNode("(mm/dd/yyyy)"));
});