[Movecommons-commits] r539 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Thu Nov 1 01:27:32 CET 2012
Author: mgallegos
Date: 2012-11-01 01:27:32 +0100 (Thu, 01 Nov 2012)
New Revision: 539
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-11-01 00:24:27 UTC (rev 538)
+++ trunk/wp-theme/mc2-form.php 2012-11-01 00:27:32 UTC (rev 539)
@@ -445,7 +445,10 @@
$j( "#step5-radio").buttonset();
$j("ul.qtrans_language_chooser > li").css("display", "inline");
$j("ul.qtrans_language_chooser").css("margin-top", "-25px");
- $j( ".map").mapster();
+ $j( ".map").mapster({
+ fillColor: 'ff0000',
+ fillOpacity: 0.3
+ });
});
</script>
\ No newline at end of file
More information about the Movecommons-commits
mailing list