Skip to content

Commit

Permalink
Merge pull request #155 from stevepiercy/master
Browse files Browse the repository at this point in the history
- fixes display bug: if one demos the AJAX Test then hovers over the req...
  • Loading branch information
stevepiercy committed Apr 16, 2014
2 parents e4d0f70 + c1617eb commit 8e48228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyramid_debugtoolbar/templates/toolbar.dbtmako
Expand Up @@ -74,6 +74,7 @@
});
var source;
function new_request(e) {
$('ul#requests li a').tooltip('hide')
var html = '<li><h4>Requests</strong></h4></li>';
var requests = $('ul#requests');
var data = JSON.parse(e.data);
Expand Down

0 comments on commit 8e48228

Please sign in to comment.