Commit r2388: https://sourceforge.net/p/mrbs/code/2388/

------------------------------------------------------------------------
r2388 | cimorrison | 2012-08-14 20:53:35 +0100 (Tue, 14 Aug 2012) | 1 line
Changed paths:
   M /mrbs/trunk/web/js/report.js.php

Fixed undeclared variable problem
------------------------------------------------------------------------

Index: mrbs/trunk/web/js/report.js.php
===================================================================
--- mrbs/trunk/web/js/report.js.php     (revision 2387)
+++ mrbs/trunk/web/js/report.js.php     (revision 2388)
@@ -203,7 +203,7 @@
       // column on the first page)
       ?>
       var table = $('#report_table');
-      leftWidth = getFixedColWidth(table, {sWidth: "relative", iWidth: 33});
+      var leftWidth = getFixedColWidth(table, {sWidth: "relative", iWidth: 
33});
       var oFC = new FixedColumns(reportTable, {"iLeftColumns": 1,
                                                "iLeftWidth": leftWidth,
                                                "sLeftWidth": "fixed"});

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to