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
29a7084c
authored
2019-02-13 13:24:52 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
d
1 parent
8c27f65f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
29a7084
...
...
@@ -352,7 +352,7 @@ function getInputFormValues($validation, $name) {
}
else
if
(
type
==
"newsletter"
)
{
$
.
ajax
({
url
:
"http://"
+
window
.
location
.
hostname
+
"/wp-content/themes/cbv/assets/css/custom-editor-style.css"
,
url
:
"http
s
://"
+
window
.
location
.
hostname
+
"/wp-content/themes/cbv/assets/css/custom-editor-style.css"
,
dataType
:
"text"
,
success
:
function
(
result
)
{
var
style
=
'<style>'
+
result
+
'</style>'
;
...
...
Please
register
or
sign in
to post a comment