pari: trunk r326 - /trunk/config/localexts.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Thu Feb 8 12:19:10 MST 2007
Author: pari
Date: Thu Feb 8 13:19:09 2007
New Revision: 326
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=326
Log:
mistake in previous commit
Modified:
trunk/config/localexts.html
Modified: trunk/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/localexts.html?view=diff&rev=326&r1=325&r2=326
==============================================================================
--- trunk/config/localexts.html (original)
+++ trunk/config/localexts.html Thu Feb 8 13:19:09 2007
@@ -91,7 +91,7 @@
if ($('localextenlength').addEventListener){
$('localextenlength').addEventListener('change', update_spae, false);
- } else if (el.attachEvent){
+ } else if ($('localextenlength').attachEvent){
$('localextenlength').attachEvent('onchange', update_spae);
}
More information about the asterisk-gui-commits
mailing list