public
Description: tombloo
Clone URL: git://github.com/to/tombloo.git
Click here to lend your support to: tombloo and make a donation at www.pledgie.com !
 * Tumblr、Photo制限仕様変更対応
to (author)
Fri Aug 29 22:34:55 -0700 2008
commit  fa904c72488a36885fdeab6115ff1633671b73fe
tree    e2e71377842b25c94fc8044e98f2bb94517404d2
parent  abf0de9cc785815d3871e4e9b847dd910dbf73fc
...
286
287
288
289
 
290
291
292
...
286
287
288
 
289
290
291
292
0
@@ -286,7 +286,7 @@ var Tumblr = update({}, AbstractSessionService, {
0
       
0
       default:
0
         // このチェックをするためリダイレクトを追う必要がある
0
- if(res.responseText.match(/(exceeded|tomorrow)/))
0
+ if(res.responseText.match(/(100%)/))
0
           throw new Error("You've exceeded your daily post limit.");
0
         
0
         error(res);

Comments

    No one has commented yet.