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

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

FireFoxでうまく動かせない問題の解決

パス:
SPARQLBuilderWWW/web
ファイル:
2 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW/web/newsparqlbuilder.css

    r241 r242  
    3838        background-color: rgba(0,0,0,0.8); 
    3939        display: none; 
     40        color: initial; 
     41        font-size: initial; 
     42        font-family: initial; 
    4043} 
    4144 
  • SPARQLBuilderWWW/web/newsparqlbuilder.js

    r241 r242  
    4848        }); 
    4949 
    50         $('.SBModalContents').click(function(){ 
     50        $('.SBModalContents').click(function(event){ 
    5151                event.stopPropagation(); 
    5252        }); 
     
    6767        }); 
    6868 
    69         d3.select('.SBModalView').on("mousewheel", function(){ 
     69        d3.select('.SBModalView').on("mousewheel", function(event){ 
    7070                event.preventDefault(); 
    7171        });