diff options
| author | Aymeric Augustin | 2014-02-26 11:40:17 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2014-02-26 11:40:17 +0100 |
| commit | a1eaf63dcc6de031a2c8c7dae88de883618aa557 (patch) | |
| tree | 4436625c22aaaf1ec4802f7a7acd7a049bbd2a47 /debug_toolbar | |
| parent | 06c3824c031d19013a4db8f844c503ab8e6b80ea (diff) | |
| parent | decf92eb045a269e69604ef4650d297faceea162 (diff) | |
| download | django-debug-toolbar-a1eaf63dcc6de031a2c8c7dae88de883618aa557.tar.bz2 | |
Merge pull request #553 from djsutho/patch-1
Propagate mouseup events when not dragging toolbar
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/static/debug_toolbar/js/toolbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/static/debug_toolbar/js/toolbar.js b/debug_toolbar/static/debug_toolbar/js/toolbar.js index 126f399..cb40205 100644 --- a/debug_toolbar/static/debug_toolbar/js/toolbar.js +++ b/debug_toolbar/static/debug_toolbar/js/toolbar.js @@ -160,8 +160,8 @@ setTimeout(function () { djdt.handleDragged = false; }, 10); + return false; } - return false; }); $(document).bind('close.djDebug', function() { // If a sub-panel is open, close that |
