Browse Source

fix data link one last time

tags/v0.3.0
Jonathan Cobb 4 years ago
parent
commit
b21e24c1f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlocker.js.hbs

+ 1
- 1
bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlocker.js.hbs View File

@@ -43,7 +43,7 @@ function {{JS_PREFIX}}_block_user (author) {
bubbleControlDiv.style.position = 'fixed'; bubbleControlDiv.style.position = 'fixed';
bubbleControlDiv.style.bottom = '0'; bubbleControlDiv.style.bottom = '0';
bubbleControlDiv.style.right = '0'; bubbleControlDiv.style.right = '0';
bubbleControlDiv.innerHTML = '<a href="{{{BUBBLE_HOME}}}/app/UserBlocker/sites/{{SITE}}/data"><img width="64" src="/__bubble/bubble_icon.png"/></a>';
bubbleControlDiv.innerHTML = '<a href="{{{BUBBLE_HOME}}}/app/UserBlocker/site/{{SITE}}"><img width="64" src="/__bubble/bubble_icon.png"/></a>';
document.getElementsByTagName('body')[0].appendChild(bubbleControlDiv); document.getElementsByTagName('body')[0].appendChild(bubbleControlDiv);


{{JS_PREFIX}}_fetch_blocks(); {{JS_PREFIX}}_fetch_blocks();


Loading…
Cancel
Save