pari: trunk r645 - /trunk/config/users.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Tue Apr 10 16:32:53 MST 2007
Author: pari
Date: Tue Apr 10 18:32:53 2007
New Revision: 645
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=645
Log:
unescape - part of previous commit
Modified:
trunk/config/users.html
Modified: trunk/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/users.html?view=diff&rev=645&r1=644&r2=645
==============================================================================
--- trunk/config/users.html (original)
+++ trunk/config/users.html Tue Apr 10 18:32:53 2007
@@ -241,7 +241,7 @@
if ( c.hasOwnProperty(d) && d.substr(0,11) == 'numberplan-' ) {
var New_OPTION = document.createElement('option');
if(c[d]['plancomment'])
- New_OPTION.text = c[d]['plancomment'] ;
+ New_OPTION.text = unescape( c[d]['plancomment'] ) ;
else
New_OPTION.text = d ;
New_OPTION.value = d ;
More information about the asterisk-gui-commits
mailing list