aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/static
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/static')
-rw-r--r--debug_toolbar/static/debug_toolbar/js/toolbar.js2
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 add8298..9234c7c 100644
--- a/debug_toolbar/static/debug_toolbar/js/toolbar.js
+++ b/debug_toolbar/static/debug_toolbar/js/toolbar.js
@@ -31,7 +31,7 @@
if ($(inner).empty()) {
var ajax_data = {
data: {
- toolbar_id: $('#djDebug').data('toolbar-id'),
+ storage_id: $('#djDebug').data('storage-id'),
panel_id: this.className
},
type: 'GET',