チェンジセット 242 : SPARQLBuilderWWW/web
- 更新日時:
- 2015/02/13 18:16:08 (10 年 前)
- パス:
- SPARQLBuilderWWW/web
- ファイル:
-
- 2 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/web/newsparqlbuilder.css
r241 r242 38 38 background-color: rgba(0,0,0,0.8); 39 39 display: none; 40 color: initial; 41 font-size: initial; 42 font-family: initial; 40 43 } 41 44 -
SPARQLBuilderWWW/web/newsparqlbuilder.js
r241 r242 48 48 }); 49 49 50 $('.SBModalContents').click(function( ){50 $('.SBModalContents').click(function(event){ 51 51 event.stopPropagation(); 52 52 }); … … 67 67 }); 68 68 69 d3.select('.SBModalView').on("mousewheel", function( ){69 d3.select('.SBModalView').on("mousewheel", function(event){ 70 70 event.preventDefault(); 71 71 });