pari: branch 2.0 r3884 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Sep 24 19:21:40 CDT 2008


Author: pari
Date: Wed Sep 24 19:21:40 2008
New Revision: 3884

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3884
Log:
 blah


Modified:
    branches/2.0/config/js/index.js

Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=3884&r1=3883&r2=3884
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Wed Sep 24 19:21:40 2008
@@ -452,7 +452,6 @@
 		try {
 			var chunks = ASTGUI.miscFunctions.getChunksFromManagerOutput( raw_chan_status.trim().replace(/Event: StatusComplete/, "") ) ;
 			while( chunks.length ){
-				var this_chunk =  ;
 				if( chunks[0].hasOwnProperty('Channel') ){
 					to_return.push(chunks[0]);
 				}




More information about the asterisk-gui-commits mailing list