This avoids an insecure form submission warning when the page is accessed over https.
@@ -22,8 +22,8 @@
</script>
</head>
<body onload="loadGraph()">
- <form action='http://chart.apis.google.com/chart' method='POST' id='post_form'
- onsubmit="this.action = 'http://chart.apis.google.com/chart?chid=' + (new Date()).getMilliseconds(); return true;">
+ <form action='https://chart.apis.google.com/chart' method='POST' id='post_form'
+ onsubmit="this.action = 'https://chart.apis.google.com/chart?chid=' + (new Date()).getMilliseconds(); return true;">
<input type='hidden' name='chxr' value='0,0,101,10|2,0,1789552721,400000000'/>
<input type='hidden' name='chtt' value='Quality by read position'/>