You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/09/16 10:18:00 UTC

svn commit: r1385225 - /incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html

Author: sebawagner
Date: Sun Sep 16 08:18:00 2012
New Revision: 1385225

URL: http://svn.apache.org/viewvc?rev=1385225&view=rev
Log:
some typo in comments

Modified:
    incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html

Modified: incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html?rev=1385225&r1=1385224&r2=1385225&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/components/admin/configurations/ConfigsPanel.html Sun Sep 16 08:18:00 2012
@@ -26,8 +26,9 @@
 	<wicket:panel>	
 	<!-- 
 	Works, but only one time:
-	The first time you initialize the Panel, $(document).ready is exeucted,
-	the second time you click on the menu item, the JavaScript is not executed
+	The first time you initialize the Panel, $(document).ready is executed,
+	the second time you click on the menu item / load the Panel via Ajax, 
+	the JavaScript is not executed
 	
 		<script type="text/javascript" src="media/js/jquery.dataTables.min.js"></script>
 		<script type="text/javascript">