チェンジセット 207 : SPARQLBuilderWWW/web/jsgui.html
- 更新日時:
- 2014/12/04 11:09:17 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/web/jsgui.html
r202 r207 127 127 128 128 function setEndpoints(ep){ 129 document.path.sparql.value = ""; 129 130 $("*[name=selectendpoint]").append('<option value="endpoint">Endpoint'); 130 131 for (var i = 0; i < ep.length; i++){ … … 135 136 function setEndpoint(){ 136 137 138 document.path.sparql.value = ""; 137 139 var sel = $("*[name=selectendpoint]").val(); 138 140 … … 174 176 function setSEClass(){ 175 177 178 document.path.sparql.value = ""; 176 179 var sel = $("*[name=selectendpoint]").val(); 177 180 … … 213 216 214 217 function viewAll(){ 218 219 document.path.sparql.value = ""; 215 220 pathlimit = 0; 216 221 document.getElementById("viewall").style.display = "none";