diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-03 21:14:12 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-03 21:14:12 +0000 |
| commit | f336ed568d7a304ad270f689b45d9d7779ce5161 (patch) | |
| tree | 25b2bb69a59384f6d8c21fcfdea78088c7f16cc8 /htroot | |
| parent | ddc21e7b730f21c62ae79ed803204b2398774152 (diff) | |
fir for parameters on reload
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6708 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 75dfeb0d7..32345b700 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -7,7 +7,7 @@ function loadBanner() {
for (var i = 0; i < document.images.length; i++) {
if (document.images[i].src.indexOf("Banner.png") > 0) {
- document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime();
+ document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime();
break;
}
}
|
