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
fdc0b01a
authored
2023-04-22 02:34:21 -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
7c42d4b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
fdc0b01
...
...
@@ -403,7 +403,8 @@ endforeach;
updateNotificationType();
$(document).on("click", "#save_current_version",function() {
$(document).on("click", "#save_current_version",function(e) {
e.preventDefault();
var options = {
action: 'save_current_version_newsletter',
ajax: 'yes',
...
...
Please
register
or
sign in
to post a comment