rbrindley: branch rbrindley/astman_revamp r4551 - /team/rbrindley/astman_reva...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Mar 2 19:43:29 CST 2009
Author: rbrindley
Date: Mon Mar 2 19:43:26 2009
New Revision: 4551
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4551
Log:
- added a comment clarifying astman.rawman
Modified:
team/rbrindley/astman_revamp/config/js/astman2.js
Modified: team/rbrindley/astman_revamp/config/js/astman2.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/astman2.js?view=diff&rev=4551&r1=4550&r2=4551
==============================================================================
--- team/rbrindley/astman_revamp/config/js/astman2.js (original)
+++ team/rbrindley/astman_revamp/config/js/astman2.js Mon Mar 2 19:43:26 2009
@@ -26,7 +26,7 @@
* This object contains all the methods and variables necessary to communicate with Asterisk.
*/
var astman = {
- rawman: '../../rawman'
+ rawman: '../../rawman' /**< string variable. This holds the HTTP location of rawman. Was formerly named ASTGUI.paths.rawman */
};
/**
More information about the asterisk-gui-commits
mailing list