Changeset 35856

Show
Ignore:
Timestamp:
11/05/09 23:48:00 (4 years ago)
Author:
otsune
Message:

fix tumblr.play

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/playontumblr.user.js

    r33653 r35856  
    4141                        try { 
    4242                                if (!stdin.length) stdin = execute('current-node'); 
    43                                 var img = $X('./div[starts-with(@id, "highres_photo")]', stdin[0]); 
     43                                var img = $X('.//div[starts-with(@id, "highres_photo")]', stdin[0]); 
    4444                                for (var n = 0; n < img.length; n++) { 
    4545                                        if (img[n].style.display != 'none') {