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

Reordered includes and added mandatory attributes for results-index view #119

Closed JSkimming closed 11 years ago

JSkimming commented 11 years ago

Prior changes have changed the way includes.js is used, in the results view the script include has additional attributes defining the profiles to display. These changes seem to have broken the results-index view.

The results-index view failed because:

This is a temporary fix as I suspect a correct fix would be to change the JavaScript to handle the absence of these attributes and continue initialisation.

JSkimming commented 11 years ago

This pull request is to fix issue #115.

dixon commented 11 years ago

Thanks!