[cc-commits] [CC SVN] r12849 - ccwordpress/trunk/www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Mon Jun 29 17:22:23 EDT 2009
Author: nkinkade
Date: 2009-06-29 21:22:23 +0000 (Mon, 29 Jun 2009)
New Revision: 12849
Modified:
ccwordpress/trunk/www/wp-content/themes/cc5/index.php
Log:
Intl dropdown wasn't redirecting to intl pages.
Modified: ccwordpress/trunk/www/wp-content/themes/cc5/index.php
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc5/index.php 2009-06-29 19:54:43 UTC (rev 12848)
+++ ccwordpress/trunk/www/wp-content/themes/cc5/index.php 2009-06-29 21:22:23 UTC (rev 12849)
@@ -200,7 +200,7 @@
<li>
<div id="help_international_list" class="sideitem topright">
<div class="bd">
- <select id="international" name="sortby" onchange="orderby(this)">
+ <select id="international" name="international" onchange="window.location = this.options[this.selectedIndex].value">
<option value="">Select a jurisdiction</option>
<script type="text/javascript" src="http://api.creativecommons.org/rest/dev/support/jurisdictions.js"></script>
</select>
More information about the cc-commits
mailing list