Browse Source

another non-friend top-level page

tags/v1.0.0
Jonathan Cobb 4 years ago
parent
commit
3f5af7b905
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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;


Loading…
Cancel
Save