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
3135df54
authored
2019-02-13 11:26:28 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
d
1 parent
0d00ab24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
3135df5
...
...
@@ -274,11 +274,11 @@ function getInputFormValues($validation, $name) {
}).
change
();
//
jQuery
(
'#execute_date'
).
datetimepicker
({
stepMinute
:
05
,
dateFormat
:
'yy-mm-dd'
,
timeFormat
:
'hh:mm:ss'
});
//
jQuery('#execute_date').datetimepicker({
//
stepMinute: 05,
//
dateFormat: 'yy-mm-dd',
//
timeFormat: 'hh:mm:ss'
//
});
updateNotificationType
();
...
...
Please
register
or
sign in
to post a comment