pari: trunk r938 - /trunk/config/meetme.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Tue May 15 14:52:06 MST 2007


Author: pari
Date: Tue May 15 16:52:06 2007
New Revision: 938

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=938
Log:
removing reference to nonexisting element -> 'advancedw'

Modified:
    trunk/config/meetme.html

Modified: trunk/config/meetme.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/meetme.html?view=diff&rev=938&r1=937&r2=938
==============================================================================
--- trunk/config/meetme.html (original)
+++ trunk/config/meetme.html Tue May 15 16:52:06 2007
@@ -113,12 +113,7 @@
 	}
 	_ext.contentEditable = 'true';
 	_ext.disabled = 0;
-	if( navigator.userAgent.indexOf("MSIE") != -1){
-		_$('advancedw').style.height=130;
-		togglefeatures = function(){ } ;
-	}else{
-		_ext.style.height = "415px";
-	}
+	_ext.style.height = "415px";
 	parent.loadscreen(this);
 }
 



More information about the asterisk-gui-commits mailing list