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