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
64cd3120
authored
2011-01-31 15:53:10 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added branding.js
1 parent
049bca6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
com/Branding/Branding.php
com/Branding/scripts/branding.js
com/Branding/Branding.php
View file @
64cd312
...
...
@@ -19,6 +19,7 @@ class Actions {
_enqueue_script
(
'date'
,
Tools\url
(
'scripts/date.js'
,
__FILE__
));
_enqueue_script
(
'jquery-datepicker'
,
Tools\url
(
'scripts/jquery.datePicker.js'
,
__FILE__
),
Array
(
'jquery'
,
'date'
));
_enqueue_script
(
'jquery-branding'
,
Tools\url
(
'scripts/branding.js'
,
__FILE__
),
Array
(
'jquery'
));
}
public
static
function
admin_head
()
{
...
...
com/Branding/scripts/branding.js
0 → 100644
View file @
64cd312
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
'.ct_datefield'
).
after
(
"(mm/dd/yyyy)"
);
});
Please
register
or
sign in
to post a comment