bkruse: trunk r1741 - /trunk/config/scripts/astman.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Oct 25 13:50:08 CDT 2007


Author: bkruse
Date: Thu Oct 25 13:50:08 2007
New Revision: 1741

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1741
Log:
fix for clear table that was apparently in the 1.4 branch but not trunk or asterisknow...never got merged?

Modified:
    trunk/config/scripts/astman.js

Modified: trunk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/astman.js?view=diff&rev=1741&r1=1740&r2=1741
==============================================================================
--- trunk/config/scripts/astman.js (original)
+++ trunk/config/scripts/astman.js Thu Oct 25 13:50:08 2007
@@ -210,7 +210,7 @@
 		},
 
 		clear_table: function(h){
-			for( var i=0; i <  h.rows.length; ){ _bft.deleteRow(i); }
+			for( var i=0; i <  h.rows.length; ){ h.deleteRow(i); }
 		}
 	},
 




More information about the asterisk-gui-commits mailing list