This repository was archived by the owner on Aug 13, 2018. It is now read-only.
File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -64,20 +64,6 @@ const WsmNetMonitorOverlay = Class(
64
64
Trace . sysout ( "WsmNetMonitorOverlay.onBuild;" , options ) ;
65
65
66
66
let doc = this . getPanelDocument ( ) ;
67
- let footer = doc . querySelector ( "#requests-menu-footer" ) ;
68
- let otherFilterButton = footer . querySelector ( "#requests-menu-filter-other-button" ) ;
69
-
70
- let button = new ToolbarButton ( {
71
- id : "requests-menu-filter-ws-button" ,
72
- "class" : "requests-menu-filter-button requests-menu-footer-button" ,
73
- toolbar : footer ,
74
- "_data-key" : "ws" ,
75
- checked : false ,
76
- referenceElement : otherFilterButton . nextSibling ,
77
- label : "webSockets.network.filter.label" ,
78
- tooltiptext : "webSockets.network.filter.tip" ,
79
- command : this . onWebSocketFilter . bind ( this )
80
- } ) ;
81
67
82
68
// Load custom style-sheet into the panel window (content window of
83
69
// the panel's frame). We need styles for the WS icon/link.
@@ -112,12 +98,6 @@ const WsmNetMonitorOverlay = Class(
112
98
tool . selectUpgradeEvent ( requestId ) ;
113
99
} ) ;
114
100
} ,
115
-
116
- // Commands
117
-
118
- onWebSocketFilter : function ( ) {
119
- // xxxHonza: TODO
120
- }
121
101
} ) ;
122
102
123
103
// Exports from this module
You can’t perform that action at this time.
0 commit comments