Show
Ignore:
Timestamp:
06/29/09 13:05:34 (5 months ago)
Author:
jdecq
Message:

new temporary build, additional command line handler modification to retrieve frob, GM version matching site...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/uploadr/3.2/MacUploadr.app/Contents/Resources/chrome/content/uploadr/clh.js

    r640 r641  
    3737        } 
    3838        if( queue && (0 == queue.indexOf("flickrup")) ) { 
    39             if( (0 == queue.indexOf("flickrup://auth/?&frob=")) || // on Windows, there is this / 
    40                 (0 == queue.indexOf("flickrup://auth?&frob="))) { // on Mac not. Go figure. 
     39            if(0 == queue.indexOf("flickrup://auth/?&frob=")) {// on Windows, there is this / 
    4140                users.frob = queue.substr(23); 
    4241                return true; 
    43             } 
     42            } else if(0 == queue.indexOf("flickrup://auth?&frob=")) { // on Mac not. Go figure. 
     43                        users.frob = queue.substr(22); 
     44                return true; 
     45                } 
    4446            else { //something is fishy 
    4547                alert("!?");