ソースを参照

fix data link

tags/v0.3.0
Jonathan Cobb 5年前
コミット
587f1b401b
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -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/JsUserBlocker/sites/{{SITE}}/data"><img width="64" src="/__bubble/bubble_icon.png"/></a>';
bubbleControlDiv.innerHTML = '<a href="{{{BUBBLE_HOME}}}/apps/UserBlocker/sites/{{SITE}}/data"><img width="64" src="/__bubble/bubble_icon.png"/></a>';
document.getElementsByTagName('body')[0].appendChild(bubbleControlDiv);

{{JS_PREFIX}}_fetch_blocks();


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