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
9dffb126
authored
2019-03-26 16:38:44 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
ddb7dda3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
com/Notifications/views/form.php
com/Notifications/views/form.php
View file @
9dffb12
...
...
@@ -403,11 +403,13 @@ use Tz\WordPress\Tools\Notifications\Settings;
jQuery
(
'.scheduled_sendto'
).
hide
();
jQuery
(
'.trigger-extended'
).
show
();
}
else
if
(
type
==
"newsletter"
)
{
jQuery
(
"#tabs"
).
append
(
'<input type="hidden" id="email_style" name="email_style" class="wide-input-field" />'
);
jQuery
(
"#email_style"
).
val
(
'newsletter'
);
jQuery
(
'.scheduled-extended'
).
show
();
jQuery
(
'.trigger-extended'
).
hide
();
jQuery
(
".text_verson"
).
hide
();
jQuery
(
'.attachments'
).
hide
();
jQuery
(
'.scheduled_sendto'
).
show
();
jQuery
(
'.scheduled_sendto'
).
show
();
jQuery
(
'#execute_date'
).
datetimepicker
({
format
:
'Y-m-d, H:i'
,
defaultDate
:
new
Date
()
...
...
Please
register
or
sign in
to post a comment