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
4f5ad798
authored
2020-11-09 17:02:25 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
DD
1 parent
e9a3029d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
4f5ad79
...
...
@@ -304,6 +304,9 @@ endforeach;
var codeCleaned = false;
$("#notifications-create-new").on("submit", function(e) {
if (!codeCleaned) {
...
...
@@ -418,6 +421,15 @@ endforeach;
jQuery(tinymce.get('fr_html').getBody()).html(
<?php
echo
json_encode
(
$newsletterFr
->
post_content
);
?>
);
jQuery
(
tinymce
.
get
(
'en_html'
).
getBody
()).
find
(
".toc"
).
click
(
function
()
{
jQuery
(
this
).
parent
().
remove
();
});
jQuery
(
tinymce
.
get
(
'fr_html'
).
getBody
()).
find
(
".toc"
).
click
(
function
()
{
jQuery
(
this
).
parent
().
remove
();
});
jQuery
(
'#execute_date'
).
datetimepicker
({
format
:
'Y-m-d, H:i'
,
defaultDate
:
new
Date
()
...
...
Please
register
or
sign in
to post a comment