Mode check and styling

This commit is contained in:
Brian Miyaji
2015-01-22 10:03:48 +11:00
parent eb89bde039
commit b798934513
9 changed files with 16 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
<div id="debug-report"><textarea readonly="readonly"></textarea></div>
</div>
<br/>
<table class="sp_status_table widefat" cellspacing="0">
<table class="sp-status-table widefat" cellspacing="0">
<thead>
<tr>
@@ -509,7 +509,7 @@
var report = "";
jQuery('.sp_status_table thead, .sp_status_table tbody').each(function(){
jQuery('.sp-status-table thead, .sp-status-table tbody').each(function(){
if ( jQuery( this ).is('thead') ) {