Index: /SPARQLBuilderWWW/web/jsgui.html
===================================================================
--- /SPARQLBuilderWWW/web/jsgui.html (revision 199)
+++ /SPARQLBuilderWWW/web/jsgui.html (revision 200)
@@ -130,5 +130,4 @@
 		$("*[name=selectendpoint]").append('<option value="' + ep[i] + '">' + ep[i]);
 	}
-	$("*[name=selectendpoint]").change(setEndpoint());
 }
 
@@ -279,7 +278,6 @@
 		<div id="endpoint">
 			<form name="endpoint">
-				<select size=1 name="selectendpoint" style="width: 200px;">
+				<select size=1 name="selectendpoint" style="width: 200px;" onBlur="setEndpoint()">
 				</select><br>
-				<input type="button" name="setendpoint" value="SetEndPoint" onClick="setEndpoint()">
 			</form>
 		</div>
