Parcourir la source

fix data link one last time

tags/v0.3.0
Jonathan Cobb il y a 4 ans
Parent
révision
b21e24c1f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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}}}/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);

{{JS_PREFIX}}_fetch_blocks();


Chargement…
Annuler
Enregistrer