rbrindley: branch 2.0 r4325 - /branches/2.0/config/js/welcome2.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Dec 9 17:21:54 CST 2008


Author: rbrindley
Date: Tue Dec  9 17:21:54 2008
New Revision: 4325

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4325
Log:
typo: sessionDate => sessionData

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

Modified: branches/2.0/config/js/welcome2.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/welcome2.js?view=diff&rev=4325&r1=4324&r2=4325
==============================================================================
--- branches/2.0/config/js/welcome2.js (original)
+++ branches/2.0/config/js/welcome2.js Tue Dec  9 17:21:54 2008
@@ -235,7 +235,7 @@
 
 			$("<td></td>").html('').appendTo(new_row);
 			$("<td></td>").html(this_vmg_exten).appendTo(new_row);
-			$("<td></td>").html(parent.sessionDate.pbxinfo.vmgroups[this_vmg_exten].getProperty('label')).appendTo(new_row);
+			$("<td></td>").html(parent.sessionData.pbxinfo.vmgroups[this_vmg_exten].getProperty('label')).appendTo(new_row);
 			$("<td></td>").html('').appendTo(new_row);
 			$("<td></td>").html('VoiceMail Group').appendTo(new_row);
 




More information about the asterisk-gui-commits mailing list