Changeset 10486 for extensions
- Timestamp:
- Apr 18, 2011, 5:36:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floPure/Pure_default/local_head.tpl
r10106 r10486 3 3 var max_dim_width = 0; 4 4 var max_dim_height = 0; 5 jQuery(document).ready(function() {5 $(document).ready(function() { 6 6 $(".thumbnails img").each(function () { 7 7 if (jQuery(this).height() > max_dim_height)
Note: See TracChangeset
for help on using the changeset viewer.