[Mapbender-commits] r4924 - in trunk/mapbender/http: javascripts plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 4 10:10:12 EST 2009


Author: christoph
Date: 2009-11-04 10:10:11 -0500 (Wed, 04 Nov 2009)
New Revision: 4924

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


Modified: trunk/mapbender/http/javascripts/mod_loadwmc.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_loadwmc.js	2009-11-04 15:08:52 UTC (rev 4923)
+++ trunk/mapbender/http/javascripts/mod_loadwmc.js	2009-11-04 15:10:11 UTC (rev 4924)
@@ -245,7 +245,7 @@
 			prompt((success ? "Success." : "Failed!") + " " + message, filename);
 		}
 	});
-	wmcTable = $("#" + options.id + "_wmclist_table").dataTable({
+	wmcTable = $("#" + options.id + "_wmclist_table").jq_datatables({
 		"bPaginate": true,
 		"bJQueryUI": true
 	});

Modified: trunk/mapbender/http/plugins/jq_datatables.js
===================================================================
--- trunk/mapbender/http/plugins/jq_datatables.js	2009-11-04 15:08:52 UTC (rev 4923)
+++ trunk/mapbender/http/plugins/jq_datatables.js	2009-11-04 15:10:11 UTC (rev 4924)
@@ -17,7 +17,7 @@
  * > e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, 
  * > e_mb_mod, e_target, e_requires, e_url) VALUES('gui1','jq_datatables',1,1,
  * > 'Includes the jQuery plugin datatables','','','','',NULL ,NULL ,NULL ,
- * > NULL ,NULL ,'','','','',
+ * > NULL ,NULL ,'','','','../plugins/jq_datatables.js',
  * > '../extensions/dataTables-1.5/media/js/jquery.dataTables.min.js','','',
  * > 'http://www.datatables.net/');
  * > 



More information about the Mapbender_commits mailing list