rbrindley: branch rbrindley/astman_revamp r4569 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Mar 5 08:23:26 CST 2009


Author: rbrindley
Date: Thu Mar  5 08:23:23 2009
New Revision: 4569

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

- resolved an typo error in the migration


Modified:
    team/rbrindley/astman_revamp/config/js/index.js

Modified: team/rbrindley/astman_revamp/config/js/index.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/index.js?view=diff&rev=4569&r1=4568&r2=4569
==============================================================================
--- team/rbrindley/astman_revamp/config/js/index.js (original)
+++ team/rbrindley/astman_revamp/config/js/index.js Thu Mar  5 08:23:23 2009
@@ -330,7 +330,7 @@
 			onLogInFunctions.parseConfigFiles();
 		}else{
 			top.log.error('NO active session : show login page');
-			top.log.top.log.dponseText is "' + s.responseText + '"' );
+			top.log.error('ResponseText is "' + s.responseText + '"' );
 			$('div.ui-accordion-desc:eq(0)')[0].innerHTML = 'Please login ';
 			sessionData.isLoggedIn = false;
 			ASTGUI.dialog.hide();




More information about the asterisk-gui-commits mailing list