Changeset ea32756 in github


Ignore:
Timestamp:
Aug 4, 2012 5:31:11 AM (10 months ago)
Author:
Thomas Bruederli <thomas@…>
Children:
edd2565
Parents:
f86ee5e4
Message:

$ => jQuery to avoid replacements in PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/jqueryui/jqueryui.php

    rf86ee5e4 rea32756  
    4040            $rcmail->output->add_script("jQuery.extend(jQuery.ui.dialog.prototype.options.position, { 
    4141                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); 
    4444                } 
    4545            });", 'foot'); 
Note: See TracChangeset for help on using the changeset viewer.