Index: /SPARQLBuilderWWW/web/jsgui.html
===================================================================
--- /SPARQLBuilderWWW/web/jsgui.html (revision 202)
+++ /SPARQLBuilderWWW/web/jsgui.html (revision 207)
@@ -127,4 +127,5 @@
 
 function setEndpoints(ep){
+	document.path.sparql.value = "";
 	$("*[name=selectendpoint]").append('<option value="endpoint">Endpoint');
 	for (var i = 0; i < ep.length; i++){
@@ -135,4 +136,5 @@
 function setEndpoint(){
 
+	document.path.sparql.value = "";
 	var sel = $("*[name=selectendpoint]").val();
 
@@ -174,4 +176,5 @@
 function setSEClass(){
 
+	document.path.sparql.value = "";
 	var sel = $("*[name=selectendpoint]").val();
 
@@ -213,4 +216,6 @@
 
 function viewAll(){
+
+	document.path.sparql.value = "";
 	pathlimit = 0;
 	document.getElementById("viewall").style.display = "none";
