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
72c22b73
authored
2019-07-23 13:55:36 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dd
1 parent
c98817a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
72c22b7
...
...
@@ -295,6 +295,16 @@ function getInputFormValues($validation, $name)
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'
);
});
...
...
Please
register
or
sign in
to post a comment