Skip to content

Commit

Permalink
*) Oops!
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6882 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed May 17, 2010
1 parent b02078b commit a5ec7db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions htroot/yacysearch_location.html
Expand Up @@ -9,8 +9,7 @@
<script type="text/javascript">hs.outlineType = 'rounded-white';</script>

<script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
<script type="text/javascript">

<script type="text/javascript">
var map;

function init() {
Expand All @@ -24,10 +23,10 @@

function search() {
var query = document.getElementById('query').value.replace(' ', '+');
var newl = new OpenLayers.Layer.GeoRSS( 'GeoRSS', 'http://localhost:8080/yacysearch_location.rss?query=' + query);
var newl = new OpenLayers.Layer.GeoRSS( 'GeoRSS', 'yacysearch_location.rss?query=' + query);
map.addLayer(newl);
}
</script>
</script>

</head>
<body id="yacysearch_location" onload="init()">
Expand Down

0 comments on commit a5ec7db

Please sign in to comment.