[Mapbender-commits] r4961 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 6 10:34:39 EST 2009


Author: christoph
Date: 2009-11-06 10:34:39 -0500 (Fri, 06 Nov 2009)
New Revision: 4961

Modified:
   trunk/mapbender/http/plugins/jq_datatables.js
Log:


Modified: trunk/mapbender/http/plugins/jq_datatables.js
===================================================================
--- trunk/mapbender/http/plugins/jq_datatables.js	2009-11-06 15:34:19 UTC (rev 4960)
+++ trunk/mapbender/http/plugins/jq_datatables.js	2009-11-06 15:34:39 UTC (rev 4961)
@@ -40,6 +40,6 @@
  * http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt
  */
 
-$(this).dataTable(options);
+return $(this).dataTable(options);
 
 // TODO: i18n
\ No newline at end of file



More information about the Mapbender_commits mailing list