Changeset 12014 for extensions
- Timestamp:
- Aug 30, 2011, 4:45:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floOS/OS_glass/local_head.tpl
r11940 r12014 4 4 var max_dim_width = 0; 5 5 var max_dim_height = 0; 6 $(document).ready(function() {6 jQuery(window).load(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.