rbrindley: branch 2.0 r4493 - /branches/2.0/config/features.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jan 29 09:32:54 CST 2009


Author: rbrindley
Date: Thu Jan 29 09:32:54 2009
New Revision: 4493

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4493
Log:
- using jquery's ready function in replace of localajaxinit

Modified:
    branches/2.0/config/features.html

Modified: branches/2.0/config/features.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4493&r1=4492&r2=4493
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Thu Jan 29 09:32:54 2009
@@ -192,7 +192,7 @@
 <script src="js/jquery.autocomplete.js"></script>
 <script type="text/javascript">
 
-var localajaxinit = function(){
+$(document).ready( function() {
 	top.document.title = 'Call Parking preferences' ;
 
 	ASTGUI.tabbedOptions( _$('tabbedMenu') , [
@@ -222,6 +222,7 @@
 	}finally{
 		$('#tabbedMenu').find('A:eq(0)').click();
 	}
-};
+});
+
 </script>
 </body>




More information about the asterisk-gui-commits mailing list