ソースを参照

another non-friend top-level page

tags/v1.0.0
Jonathan Cobb 4年前
コミット
3f5af7b905
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs

+ 1
- 1
bubble-server/src/main/resources/bubble/rule/social/block/site/FB.js.hbs ファイルの表示

@@ -74,7 +74,7 @@ function {{JS_PREFIX}}_create_block_control(article, authorName) {
return blockSpan;
}

const {{JS_PREFIX}}_non_authors = ['friends', 'photo'];
const {{JS_PREFIX}}_non_authors = ['friends', 'photo', 'memories'];

function {{JS_PREFIX}}_is_author_link(href) {
let h = href.startsWith({{JS_PREFIX}}_site_host) ? href.substring({{JS_PREFIX}}_site_host.length) : href;


読み込み中…
キャンセル
保存