Task #0001507: Click sur détail opérations apparaît trop haut
Problem comes from window.onload loaded with detail operation. Move into do.php , recherche.php , popup.php from script.js
This commit is contained in:
parent
735af2bfa0
commit
e9d8bd74de
4 changed files with 44 additions and 14 deletions
15
html/do.php
15
html/do.php
|
|
@ -208,7 +208,20 @@ if ($oPeriode->load() == -1)
|
|||
|
||||
$module_selected = -1;
|
||||
|
||||
|
||||
?>
|
||||
<script>
|
||||
/**
|
||||
* All the onload must be here otherwise the other will overwritten
|
||||
* @returns {undefined}
|
||||
*/
|
||||
window.onload=function ()
|
||||
{
|
||||
create_anchor_up();
|
||||
init_scroll();
|
||||
sorttable.init
|
||||
}
|
||||
</script>
|
||||
<?php
|
||||
|
||||
/*
|
||||
* if an action is requested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue