Revision: 2061
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2061&view=rev
Author:   cimorrison
Date:     2011-10-03 09:59:51 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
Fixed bug with resizing windows in report.php

Modified Paths:
--------------
    mrbs/branches/datatables/web/Themes/default/header.inc

Modified: mrbs/branches/datatables/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/datatables/web/Themes/default/header.inc      2011-10-03 
09:49:24 UTC (rev 2060)
+++ mrbs/branches/datatables/web/Themes/default/header.inc      2011-10-03 
09:59:51 UTC (rev 2061)
@@ -235,12 +235,14 @@
         // If you want to do anything else as part of fnInitComplete then 
you'll need
         // to define fnInitComplete in specificOptions
         ?>
+        var windowResizeHandler;
+        
         function makeDataTable(id, specificOptions, leftCol, rightCol)
         {
           var winWidth = $(window).width();
           var winHeight = $(window).height();
           
-          var windowResizeHandler = function()
+          windowResizeHandler = function()
           {
             <?php
             // IE8 and below will trigger $(window).resize not just when the 
window

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to