瀏覽代碼

fix data link

tags/v0.3.0
Jonathan Cobb 5 年之前
父節點
當前提交
48f5eb8715
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlocker.js.hbs
  2. +1
    -1
      bubble-web

+ 1
- 1
bubble-server/src/main/resources/bubble/rule/social/block/JsUserBlocker.js.hbs 查看文件

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

{{JS_PREFIX}}_fetch_blocks();


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit c95d45d26471b75e9bd5e7a3e2f3bf80e31890d1
Subproject commit e7f6f109834d17234f893e2d01f66d845487a47f

Loading…
取消
儲存