MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 287: Line 287:
         var rb_LBorder = 0, rb_RBorder, rb_CurPoint = 0;
         var rb_LBorder = 0, rb_RBorder, rb_CurPoint = 0;
         var rb_HSL, rb_CellWidth;
         var rb_HSL, rb_CellWidth;
         $(this).children('*').each(function(){
         rb_Element = $(this).children('*') || $(this);
        rb_Element.each(function(){
             rb_HSL = [];
             rb_HSL = [];
             rb_CellWidth = parseInt($(this).outerWidth(true));
             rb_CellWidth = parseInt($(this).outerWidth(true));