Changeset:
616483f5266a
https://sourceforge.net/p/mrbs/hg-code/ci/616483f5266ac863199536575b91c66c2e1bfb65
Author:
Campbell Morrison <[email protected]>
Date:
Thu Apr 06 21:07:56 2017 +0100
Log message:
Changed to draw the grid first (which is fast) and then fill in the data.
diffstat:
web/index.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3ba10665cc7c -r 616483f5266a web/index.php
--- a/web/index.php Thu Apr 06 20:29:18 2017 +0100
+++ b/web/index.php Thu Apr 06 21:07:56 2017 +0100
@@ -350,7 +350,7 @@
$html .= "<table class=\"main_view $view\">\n";
$html .= "<tr>\n";
$html .= "<td>" . get_row_labels_table($map) . "</td>\n";
- $html .= "<td class=\"data\">" . get_row_data_table($map) . get_grid($area,
$interval) . " </td>\n";
+ $html .= "<td class=\"data\">" . get_grid($area, $interval) .
get_row_data_table($map) . " </td>\n";
$html .= "</tr>\n";
$html .= "</table>\n";
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits