Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
pixiv多機能パッチ
Browse files Browse the repository at this point in the history
・エラー対処
  • Loading branch information
polygonplanet committed Mar 6, 2013
1 parent 4ec9979 commit c883fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tombloo.service.pixiv.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* *
* ----------------------------------------------------------------------- * -----------------------------------------------------------------------
* *
* @version 1.37 * @version 1.38
* @date 2013-02-19 * @date 2013-03-06
* @author polygon planet <polygon.planet.aqua@gmail.com> * @author polygon planet <polygon.planet.aqua@gmail.com>
* - Blog : http://polygon-planet-log.blogspot.com/ * - Blog : http://polygon-planet-log.blogspot.com/
* - Twitter : http://twitter.com/polygon_planet * - Twitter : http://twitter.com/polygon_planet
Expand Down Expand Up @@ -967,7 +967,7 @@ var pixivBookmark = update({
post: function(ps) { post: function(ps) {
var result, doc, psc, addUrl; var result, doc, psc, addUrl;
psc = update({}, ps); psc = update({}, ps);
doc = this.getDocument(ps), doc = this.getDocument(ps);
addUrl = this.BASE_URL + 'bookmark_add.php'; addUrl = this.BASE_URL + 'bookmark_add.php';
if (doc) { if (doc) {
if (this.isMangaPage(doc.URL) && doc.URL !== psc.pageUrl) { if (this.isMangaPage(doc.URL) && doc.URL !== psc.pageUrl) {
Expand Down

0 comments on commit c883fa5

Please sign in to comment.