File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 37
37
<vbox flex =" 1" >
38
38
39
39
<!-- React UI Container -->
40
- <browser id =" contentFrame" type =" content-primary" flex =" 1"
41
- disablehistory =" true" />
40
+ <browser id =" contentFrame" type =" content" flex =" 1" disablehistory =" true" />
42
41
43
42
<!-- Search bar -->
44
43
<findbar id =" FindToolbar" browserid =" contentFrame" />
Original file line number Diff line number Diff line change 35
35
<vbox flex =" 1" >
36
36
37
37
<!-- Logging Output -->
38
- <browser id =" contentFrame" type =" content-primary" flex =" 1"
39
- disablehistory =" true" />
38
+ <browser id =" contentFrame" type =" content" flex =" 1" disablehistory =" true" />
40
39
41
40
<!-- Search bar -->
42
41
<findbar id =" FindToolbar" browserid =" contentFrame" />
53
52
const { inspectorWindowName } = window.arguments[0];
54
53
document.title += ` - ${inspectorWindowName}`;
55
54
}
56
-
55
+
57
56
]]>
58
57
</script >
59
58
You can’t perform that action at this time.
0 commit comments