Changeset 10166 for branches


Ignore:
Timestamp:
Apr 8, 2011, 4:24:13 PM (13 years ago)
Author:
patdenice
Message:

merge r10164 from trunk to branch 2.2
feature:2238
Bug corrected with Chrome (function is loaded later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/themes/default/template/batch_manager_global.tpl

    r10111 r10166  
    301301  });
    302302
     303  checkPermitAction()
     304});
     305
     306jQuery(window).load(function() {
    303307  var max_dim = 20;
    304308  $(".thumbnails img").each(function () {
     
    309313    $("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px');
    310314  });
    311 
    312   checkPermitAction()
    313315});
    314316{/literal}{/footer_script}
Note: See TracChangeset for help on using the changeset viewer.