Skip to content
Snippets Groups Projects
Commit 735fb388 authored by Laurent Séguin's avatar Laurent Séguin
Browse files

Merge branch 'revert-573a2f1a' into 'develop'

Revert "fix js error when load history listdiff"

See merge request !13
parents 4a8a9ea1 2cfcd8cb
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='history_list' style = "padding: 0px;width: 100%; min-width: 900px; margin: 0;">
<table border="0" cellspacing="0" class="listing spec zero_padding" id='test' style = "padding: 0px;width: 100%; min-width: 900px; margin: 0;">
#!#HEAD
......@@ -91,7 +91,11 @@ Mods
</table>
<script>
$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;');
$$('#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;');
*/
</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