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