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

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Mar 3 08:17:47 CST 2009


Author: rbrindley
Date: Tue Mar  3 08:17:43 2009
New Revision: 4554

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

- added session variable with debug_mode and debug_which variables. this will eventually replace sessionData


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

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=4554&r1=4553&r2=4554
==============================================================================
--- team/rbrindley/astman_revamp/config/index.html (original)
+++ team/rbrindley/astman_revamp/config/index.html Tue Mar  3 08:17:43 2009
@@ -325,4 +325,17 @@
 	<div>
 </div>
 
+<script>
+	var session = {
+		debug_mode: true,
+		debug_which: {
+			ajax: true,
+			console: true,
+			debug: true,
+			error: true,
+			info: true,
+			warn: true
+		}
+	};
+</script>
 </body>




More information about the asterisk-gui-commits mailing list