Make the body in step2 more explicit
Right now, the script doesn't echo <body onLoad="populateList()"> for an unkown reason. I assume that this change makes it more explicit und thus more readable.
This commit is contained in:
parent
8250547bf0
commit
ddbdac895e
1 changed files with 7 additions and 12 deletions
|
@ -189,22 +189,17 @@ function submitPreferences() {
|
|||
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
<body onLoad="populateList()">
|
||||
<?php
|
||||
} else { // Here $step!=2
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
|
||||
<?php
|
||||
if ($step==2){
|
||||
?>
|
||||
<body onLoad="populateList()">
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<body>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in a new issue