rbrindley: branch rbrindley/astman_revamp r4562 - in /team/rbrindley/astman_r...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Mar 4 09:39:48 CST 2009


Author: rbrindley
Date: Wed Mar  4 09:39:45 2009
New Revision: 4562

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

- merged latest from branches/2.0


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

Modified: team/rbrindley/astman_revamp/config/index.html
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/index.html?view=diff&rev=4562&r1=4561&r2=4562
==============================================================================
--- team/rbrindley/astman_revamp/config/index.html (original)
+++ team/rbrindley/astman_revamp/config/index.html Wed Mar  4 09:39:45 2009
@@ -329,7 +329,7 @@
 <script>
 	var session = {
 		debug_log: [],
-		log: true,
+		log: false,
 		log_modes: {
 			ajax: true,
 			console: true,

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=4562&r1=4561&r2=4562
==============================================================================
--- team/rbrindley/astman_revamp/config/js/index.js (original)
+++ team/rbrindley/astman_revamp/config/js/index.js Wed Mar  4 09:39:45 2009
@@ -1078,10 +1078,12 @@
 		if(sessionData.DEBUG_MODE){
 			miscFunctions.DEBUG_START();
 			$(".debugWindow").show();
+			top.session.log = true;
 		}
 		if (top.session.log) {
 			log.init('blah');
 			$(".debugWindow").show();
+			sessionData.DEBUG_MODE = true;
 		}
 	};
 




More information about the asterisk-gui-commits mailing list