MediaWiki:Wikiminiatlas.js: Difference between revisions

make it 10% of traffic
(direct 1% of traffic to Labs)
(make it 10% of traffic)
Line 6: Line 6:
jQuery(function ($) {
jQuery(function ($) {
  // send a fraction of traffic to labs
  // send a fraction of traffic to labs
  var useLabs = Math.random()<0.01;
  var useLabs = Math.random()<0.1;


  var config = {
  var config = {
Anonymous user