Changeset ea32756 in github
- Timestamp:
- Aug 4, 2012 5:31:11 AM (10 months ago)
- Children:
- edd2565
- Parents:
- f86ee5e4
- File:
-
- 1 edited
-
plugins/jqueryui/jqueryui.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/jqueryui/jqueryui.php
rf86ee5e4 rea32756 40 40 $rcmail->output->add_script("jQuery.extend(jQuery.ui.dialog.prototype.options.position, { 41 41 using: function(pos) { 42 var topOffset = $(this).css(pos).offset().top - 12;43 if (topOffset < 0) $(this).css('top', pos.top - topOffset);42 var topOffset = jQuery(this).css(pos).offset().top - 12; 43 if (topOffset < 0) jQuery(this).css('top', pos.top - topOffset); 44 44 } 45 45 });", 'foot');
Note: See TracChangeset
for help on using the changeset viewer.
