Difference between revisions of "MediaWiki:TileSelectorUtils.js"

m
Test
m (Test)
m (Test)
Line 236: Line 236:


   var iPreviousCount = oTile.currentCount;
   var iPreviousCount = oTile.currentCount;
  if ( iPreviousCount != iTotalCount )
//  if ( iPreviousCount != iTotalCount )
   {
   {
     oTile.currentCount = iTotalCount;
     oTile.currentCount = iTotalCount;
Line 341: Line 341:


   var iPreviousCount = oEdges.currentCount;
   var iPreviousCount = oEdges.currentCount;
  if ( iPreviousCount != iTotalCount )
//  if ( iPreviousCount != iTotalCount )
   {
   {
     oEdges.currentCount = iTotalCount;
     oEdges.currentCount = iTotalCount;
Line 387: Line 387:


   var iPreviousCount = oSection.currentCount;
   var iPreviousCount = oSection.currentCount;
  if ( iPreviousCount != iTotalCount )
//  if ( iPreviousCount != iTotalCount )
   {
   {
     oSection.currentCount = iTotalCount;
     oSection.currentCount = iTotalCount;
Line 430: Line 430:


   var iPreviousCount = oEdition.currentCount;
   var iPreviousCount = oEdition.currentCount;
  if ( iPreviousCount != iTotalCount )
//  if ( iPreviousCount != iTotalCount )
   {
   {
     oEdition.currentCount = iTotalCount;
     oEdition.currentCount = iTotalCount;