File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ function UpdateMenu(){
319319 if ( data . status . length > 1 ) {
320320 $ ( '#statusmenu' ) . addClass ( 'dropdown' ) ;
321321 var dropDownMenu = '<ul class="dropdown-menu">' ;
322- dropDownMenu += '<li class="nav-header">Status</li>'
322+ // dropDownMenu+='<li class="nav-header">Status</li>'
323323 for ( var iloop = 0 ; iloop < data . status . length ; iloop ++ ) {
324324 dropDownMenu += '<li><a href="status.html?activePage=' + iloop + '">' + data . status [ iloop ] + '</a></li>' ;
325325 }
@@ -333,7 +333,7 @@ function UpdateMenu(){
333333 if ( data . statistics . length > 1 ) {
334334 $ ( '#statisticsmenu' ) . addClass ( 'dropdown' ) ;
335335 var dropDownMenu = '<ul class="dropdown-menu">' ;
336- dropDownMenu += '<li class="nav-header">Statistics</li>'
336+ // dropDownMenu+='<li class="nav-header">Statistics</li>'
337337 for ( var iloop = 0 ; iloop < data . statistics . length ; iloop ++ ) {
338338 dropDownMenu += '<li><a href="statistics.html?activePage=' + iloop + '">' + data . statistics [ iloop ] + '</a></li>' ;
339339 }
You can’t perform that action at this time.
0 commit comments