Explorar el Código

another non-friend top-level page

tags/v1.0.0
Jonathan Cobb hace 4 años
padre
commit
3f5af7b905
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar