File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ a:hover, a:focus {
47
47
background-color : # 888 ;
48
48
}
49
49
50
- # header {
50
+ # topo3- header {
51
51
width : 100 ;
52
52
position : absolute;
53
53
top : 0 ;
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ function insertHeader() {
159
159
controls += '<button id="toggle-icvpn" class="btn" onclick="toggleIcvpn()">' + btnIcvpnLabel + '</button>' ;
160
160
controls += '<input id="search-node" name="search-node" placeholder="Search (IP or hostname)" />' ;
161
161
controls += '</div>' ;
162
- $ ( '#' + targetDiv ) . before ( '<div id="header">' + controls + '</div>' ) ;
162
+ $ ( '#' + targetDiv ) . before ( '<div id="topo3- header">' + controls + '</div>' ) ;
163
163
}
164
164
}
165
165
@@ -189,7 +189,7 @@ function updateStats() {
189
189
if ( $ ( '#topo3-stats' ) . length > 0 ) {
190
190
$ ( "#topo3-stats" ) . html ( stats ) ;
191
191
} else {
192
- $ ( "#header" ) . prepend ( '<div id="topo3-stats">' + stats + '</div>' ) ;
192
+ $ ( "#topo3- header" ) . prepend ( '<div id="topo3-stats">' + stats + '</div>' ) ;
193
193
}
194
194
}
195
195
You can’t perform that action at this time.
0 commit comments