venti: fix settings in stats
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054
This commit is contained in:
parent
5c9343753f
commit
5d434a3ff3
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
<script language="javascript" src="status.js"></script>
|
<script language="javascript" src="status.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor=#ffffff>
|
<body bgcolor=#ffffff>
|
||||||
|
<iframe name="hidden" frameborder="0" height="0"></iframe>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<b>venti.your-domain.com – venti server statistics</b>
|
<b>venti.your-domain.com – venti server statistics</b>
|
||||||
|
|
|
||||||
|
|
@ -395,5 +395,5 @@ function set(name, value) {
|
||||||
eval(name+"= \""+value+"\"")
|
eval(name+"= \""+value+"\"")
|
||||||
redrawsettings()
|
redrawsettings()
|
||||||
// Works in FireFox, not in Safari
|
// Works in FireFox, not in Safari
|
||||||
parent.hidden.location.href = "/set/"+name+"/"+value
|
parent.hidden.location.href = "/set?name="+name+"&value="+value
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue