Skip to content
Snippets Groups Projects
Commit 573a2f1a authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix js error when load history listdiff

parent 01434d92
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ Mods
#!#TABLE
<!-- ----------------------------------------------------------------------- -->
<table border="0" cellspacing="0" class="listing spec zero_padding" id='test' style = "padding: 0px;width: 100%; min-width: 900px; margin: 0;">
<table border="0" cellspacing="0" class="listing spec zero_padding" id='history_list' style = "padding: 0px;width: 100%; min-width: 900px; margin: 0;">
#!#HEAD
......@@ -91,11 +91,7 @@ Mods
</table>
<script>
$$('#container')[0].setAttribute('style', 'width: 90%; min-width: 1000px;');
$$('#content')[0].setAttribute('style', 'width: auto; min-width: 1000px;');
/*$$('#inner_content')[0].setAttribute('style', 'width: auto; min-width: 1000px;');*/
/*
// liste condensée
$$('table.listing')[0].setAttribute('style', 'width: 100%; min-width: 900px;');
*/
$j("#history_list").css({"width":"100%","min-width":"100%"});
//$$('#container')[0].setAttribute('style', 'width: 90%; min-width: 1000px;');
//$$('#content')[0].setAttribute('style', 'width: auto; min-width: 1000px;');
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment