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
97582dde
authored
2011-04-05 22:01:48 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed date formatting display
1 parent
09cb9de7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
com/Branding/Branding.php
com/Branding/scripts/branding.js
com/UserManager/UserManager.php
com/Branding/Branding.php
View file @
97582dd
...
...
@@ -21,7 +21,6 @@ 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-admin-uploadify'
,
Tools\url
(
'uploadify/jquery.uploadify.v2.1.4.js'
,
__FILE__
),
Array
(
'jquery'
,
'swfobject'
));
_enqueue_script
(
'jquery-branding'
,
Tools\url
(
'scripts/branding.js'
,
__FILE__
),
Array
(
'jquery'
));
}
public
static
function
admin_head
()
{
...
...
com/Branding/scripts/branding.js
deleted
100644 → 0
View file @
09cb9de
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
'.ct_datefield'
).
after
(
document
.
createTextNode
(
"(mm/dd/yyyy)"
));
});
com/UserManager/UserManager.php
View file @
97582dd
...
...
@@ -390,7 +390,6 @@ class AccountValidation extends Common\Validation {
return
false
;
}
// here
foreach
(
$this
->
all_groups
as
$id
=>
$one
)
{
if
(
isset
(
$this
->
on_groups
[
$id
]))
{
UAM\getGroupByID
(
$id
)
->
addUser
(
$_POST
[
'uid'
]);
...
...
Please
register
or
sign in
to post a comment