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
6bfc0949
authored
2019-02-13 14:01:59 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
d
1 parent
29a7084c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
6bfc094
...
...
@@ -352,22 +352,22 @@ function getInputFormValues($validation, $name) {
}
else
if
(
type
==
"newsletter"
)
{
$
.
ajax
({
url
:
"http
s
://"
+
window
.
location
.
hostname
+
"/wp-content/themes/cbv/assets/css/custom-editor-style.css"
,
url
:
"http://"
+
window
.
location
.
hostname
+
"/wp-content/themes/cbv/assets/css/custom-editor-style.css"
,
dataType
:
"text"
,
success
:
function
(
result
)
{
var
style
=
'<style>'
+
result
+
'</style>'
;
jQuery
(
'.scheduled-extended'
).
show
();
jQuery
(
'.trigger-extended'
).
hide
();
jQuery
(
".text_verson"
).
hide
();
jQuery
(
'.attachments'
).
hide
();
jQuery
(
'.scheduled_sendto'
).
show
();
$
(
tinymce
.
get
(
'en_html'
).
getBody
()).
html
(
style
+
header
+
footer
);
$
(
tinymce
.
get
(
'fr_html'
).
getBody
()).
html
(
style
+
header_fr
+
footer_fr
);
}
});
jQuery
(
'.scheduled-extended'
).
show
();
jQuery
(
'.trigger-extended'
).
hide
();
jQuery
(
".text_verson"
).
hide
();
jQuery
(
'.attachments'
).
hide
();
jQuery
(
'.scheduled_sendto'
).
show
();
jQuery
(
'#execute_date'
).
datetimepicker
({
...
...
Please
register
or
sign in
to post a comment