Skip to content
Toggle navigation
Toggle navigation
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
33bf7108
authored
2011-01-31 17:30:39 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
text node for ct.datefield after
1 parent
64cd3120
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
com/Branding/scripts/branding.js
com/Branding/scripts/branding.js
View file @
33bf710
1
jQuery
(
document
).
ready
(
function
()
{
1
jQuery
(
document
).
ready
(
function
()
{
2
jQuery
(
'.ct_datefield'
).
after
(
"(mm/dd/yyyy)"
);
2
3
4
jQuery
(
'.ct_datefield'
).
after
(
document
.
createTextNode
(
"(mm/dd/yyyy)"
));
3
});
5
});
...
...
Please
register
or
sign in
to post a comment