We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9ee7c commit f8c2378Copy full SHA for f8c2378
1 file changed
system/Debug/Toolbar/Views/toolbar.js
@@ -4,12 +4,14 @@
4
5
var ciDebugBar = {
6
7
+ toolbarContainer : null,
8
toolbar : null,
9
icon : null,
10
11
//--------------------------------------------------------------------
12
13
init : function () {
14
+ this.toolbarContainer = document.getElementById('toolbarContainer');
15
this.toolbar = document.getElementById('debug-bar');
16
this.icon = document.getElementById('debug-icon');
17
0 commit comments