[cc-commits] [CC SVN] r14775 - in ccwordpress/branches/production: . www/includes www/wp-content/themes/cc5

webmaster at creativecommons.org webmaster at creativecommons.org
Thu Nov 18 18:08:43 EST 2010


Author: bse
Date: 2010-11-18 23:08:43 +0000 (Thu, 18 Nov 2010)
New Revision: 14775

Modified:
   ccwordpress/branches/production/
   ccwordpress/branches/production/www/includes/help.js
   ccwordpress/branches/production/www/wp-content/themes/cc5/site.js
Log:
Merged revisions 14773-14774 via svnmerge from 
svn+ssh://svn@code.creativecommons.org/svnroot/ccwordpress/trunk

........
  r14773 | bse | 2010-11-18 23:07:15 +0000 (Thu, 18 Nov 2010) | 1 line
  
  Deactivated campaign thermometer from global banner
........
  r14774 | bse | 2010-11-18 23:08:16 +0000 (Thu, 18 Nov 2010) | 1 line
  
  Deactivated campaign thermometer from global banner
........



Property changes on: ccwordpress/branches/production
___________________________________________________________________
Modified: svnmerge-integrated
   - /ccwordpress/trunk:1-8296,8298-9115,9117-9643,9645-9659,9661-9687,9689-9733,9736-9759,9761-9839,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10638,10640-10734,10736,10740-11077,11079-11279,11281-11284,11286-11366,11368-11649,11651-11940,11943,11945-12534,12536-12603,12605-12657,12659-12848,12850-12854,12856-12885,12888-13043,13045-13091,13093-13373,13375-13382,13384-13518,13520-13566,13568-13613,13615-13658,13660-13663,13667-13686,13688-13728,13733,13735-13736,13738-13809,13811-14096,14098-14106,14109-14212,14214-14431,14433-14442,14444-14550,14558-14559,14562,14565,14571-14572,14590,14608,14611,14615,14617,14619,14621,14623,14652,14654,14660,14662,14666,14668,14671,14673,14676-14686,14688,14690,14692,14694,14696,14698,14700,14702-14703,14706,14708,14710,14712,14714,14716-14718,14721,14726,14728,14730,14734-14735,14737-14738,14740,14742,14744,14746,14748,14750,14752,14754,14756-14757,14764-14765,14769,14771
   + /ccwordpress/trunk:1-8296,8298-9115,9117-9643,9645-9659,9661-9687,9689-9733,9736-9759,9761-9839,9841-9901,9903-9920,9922-10049,10051-10061,10063-10087,10093-10094,10096-10164,10166-10173,10175-10638,10640-10734,10736,10740-11077,11079-11279,11281-11284,11286-11366,11368-11649,11651-11940,11943,11945-12534,12536-12603,12605-12657,12659-12848,12850-12854,12856-12885,12888-13043,13045-13091,13093-13373,13375-13382,13384-13518,13520-13566,13568-13613,13615-13658,13660-13663,13667-13686,13688-13728,13733,13735-13736,13738-13809,13811-14096,14098-14106,14109-14212,14214-14431,14433-14442,14444-14550,14558-14559,14562,14565,14571-14572,14590,14608,14611,14615,14617,14619,14621,14623,14652,14654,14660,14662,14666,14668,14671,14673,14676-14686,14688,14690,14692,14694,14696,14698,14700,14702-14703,14706,14708,14710,14712,14714,14716-14718,14721,14726,14728,14730,14734-14735,14737-14738,14740,14742,14744,14746,14748,14750,14752,14754,14756-14757,14764-14765,14769,14771,14773-14774

Modified: ccwordpress/branches/production/www/includes/help.js
===================================================================
--- ccwordpress/branches/production/www/includes/help.js	2010-11-18 23:08:16 UTC (rev 14774)
+++ ccwordpress/branches/production/www/includes/help.js	2010-11-18 23:08:43 UTC (rev 14775)
@@ -9,7 +9,7 @@
 }
 function thundercats() {
     if (location.href.match(/^http\:(.*)?creativecommons.org\/choose/)) return;
-    var i = Math.floor(Math.random() * 5);
+    var i = Math.floor(Math.random() * 4);
     var banners = bannerHtml();
 
     var d = document.createElement("div");

Modified: ccwordpress/branches/production/www/wp-content/themes/cc5/site.js
===================================================================
--- ccwordpress/branches/production/www/wp-content/themes/cc5/site.js	2010-11-18 23:08:16 UTC (rev 14774)
+++ ccwordpress/branches/production/www/wp-content/themes/cc5/site.js	2010-11-18 23:08:43 UTC (rev 14775)
@@ -10,7 +10,7 @@
 function thundercats() {
     if (location.href.match(/http\:(.*)?creativecommons.org\/$/) ) return;
 
-    var i = Math.floor(Math.random() * 5);
+    var i = Math.floor(Math.random() * 4);
     var banners = bannerHtml();
 
     var d = document.createElement("div");




More information about the cc-commits mailing list