チェンジセット 139 : SPARQLBuilderWWW/web

差分発生行の前後
無視リスト:
更新日時:
2014/08/19 18:05:56 (10 年 前)
更新者:
lenz
ログメッセージ:

ノードテキストのスタイルの変更
URIから末尾を取得する部分のバグフィックス

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW/web/jsgui.html

    r138 r139  
    184184                var nodetext = d.name 
    185185                var nodesplit1 = nodetext.split("/"); 
    186                 var nodesplit2 = nodesplit1[linksplit1.length - 1]; 
     186                var nodesplit2 = nodesplit1[nodesplit1.length - 1]; 
    187187                var nodesplit3 = nodesplit2.split("#"); 
    188188                nodetext = nodesplit3[nodesplit3.length - 1];