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
e9a3029d
authored
2020-10-30 17:40:06 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dd
1 parent
ae366d9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
48 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
e9a3029
...
...
@@ -309,55 +309,9 @@ endforeach;
e.preventDefault();
$('#fr_html_ifr').contents().find('img').each(function() {
$(this).removeAttr('height');
$(this).removeAttr('width');
});
$('#en_html_ifr').contents().find('img').each(function() {
$(this).removeAttr('height');
$(this).removeAttr('width');
});
$('#fr_html_ifr').contents().find('table').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('tr').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('table').each(function() {
$(this).removeAttr('style');
});
$('#en_html_ifr').contents().find('td').each(function() {
$(this).removeAttr('style');
});
$('#fr_html_ifr').contents().find('td:last-child').each(function() {
$(this).addClass('tdlast-child');
});
$('#fr_html_ifr').contents().find('tr:last-child').each(function() {
$(this).addClass('trlast-child');
});
$('#en_html_ifr').contents().find('td:last-child').each(function() {
$(this).addClass('tdlast-child');
});
$('#en_html_ifr').contents().find('tr:last-child').each(function() {
$(this).addClass('trlast-child');
});
codeCleaned = true;
$(this).trigger('submit');
...
...
Please
register
or
sign in
to post a comment