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
6d4998ff
authored
2022-03-29 17:14:04 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
news
1 parent
5527eaef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
6d4998f
...
...
@@ -373,13 +373,13 @@ endforeach;
$(this).removeAttr('style');
});
//
$('#fr_html_ifr').contents().find('td').each(function() {
//
$(this).removeAttr('style');
//
});
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
//
$('#en_html_ifr').contents().find('td').each(function() {
//
$(this).removeAttr('style');
//
});
$('#en_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
codeCleaned = true;
$(this).trigger('submit');
...
...
Please
register
or
sign in
to post a comment