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

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

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • 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        });