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
457d4fba
authored
2023-04-28 13:34:43 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
save news
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
51a35bc3
Hide 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 @
457d4fb
...
...
@@ -421,7 +421,7 @@ endforeach;
dataType: 'json',
success: function(data) {
console.log(data.success);
if (data.success ==
"true"
) {
if (data.success ==
true
) {
console.log(data.success);
alert("Newsletter Saved");
}
...
...
Please
register
or
sign in
to post a comment