File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
2525            this . $closebtn  =  $ ( '<a href="javascript:"><i class="fa fa-times"></i></a>' ) ; 
2626            this . $table  =  $ ( '<tbody />' ) ; 
2727            $ ( '<div>PHP DebugBar | Open</div>' ) . addClass ( csscls ( 'header' ) ) . append ( this . $closebtn ) . appendTo ( this . $el ) ; 
28-             $ ( '<table><thead><tr><th width="150">Date</th><th width="55">Method</th><th>URL</th><th width="100 ">IP</th><th width="100">Filter data</th></tr></thead></table>' ) . append ( this . $table ) . appendTo ( this . $el ) ; 
28+             $ ( '<table><thead><tr><th width="150">Date</th><th width="55">Method</th><th>URL</th><th width="125 ">IP</th><th width="100">Filter data</th></tr></thead></table>' ) . append ( this . $table ) . appendTo ( this . $el ) ; 
2929            this . $actions  =  $ ( '<div />' ) . addClass ( csscls ( 'actions' ) ) . appendTo ( this . $el ) ; 
3030
3131            this . $closebtn . on ( 'click' ,  function ( )  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments