diff options
| author | Lotus <lotus@localhost> | 2012-03-17 21:10:29 +0100 |
|---|---|---|
| committer | Lotus <lotus@localhost> | 2012-03-17 21:10:29 +0100 |
| commit | 78f0d8f046f08a85cf0c8a07155e2083bbb5ebc6 (patch) | |
| tree | a3ff7b5c38b2365f955ad79d8b1446a23808e2d4 /htroot/WatchWebStructure_p.html | |
| parent | 0b3f39136e5e89a3c5a834f5ab342ad0b29294ac (diff) | |
no focus on preview frames for search integration
fixes bug http://bugs.yacy.net/view.php?id=161
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index da1a47d8d..8683ddf19 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -20,7 +20,7 @@ </style> <script type="text/javascript"> <!-- - imagestub = "WebStructurePicture_p.png?host=#[besthost]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#&colortext=#[colortext]#&colorback=#[colorback]#&colordot=#[colordot]#&colorline=#[colorline]#&colorlineend=#[colorlineend]#"; + imagestub = "WebStructurePicture_p.png?host=#[besthost]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#&colortext=#[colortext]#&colorback=#[colorback]#&colordot=#[colordot]#&colorline=#[colorline]#&colorlineend=#[colorlineend]#"; idx = 0; setTimeout("doanimation()", 3000); function doanimation() { |
