SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Loads jquery 2.0.0 instead of failing back to 1.7.1 #158

Closed kberridge closed 11 years ago

kberridge commented 11 years ago

Fixes an issue with jquery.hotkeys where any keystroke would cause the profiler UI to toggle. When 2.0.0 is used, or any version before 1.7, jquery.hotkeys will hook up special events to the wrong version of jquery (not the one miniprofiler loads: 1.7.1). This change fixes it only for 2.0.0.

SamSaffron commented 11 years ago

seems fine cc @dixon