summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 18:22:19 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 18:22:19 +0100
commit1ddbdffdb957992e1a32d001c5583de46e154662 (patch)
treec95b67ccd62543ac0ef66b415f5dcd453e80f3b6 /templates
parent4b0ec60043b8fe0ebcfe86b5754dc8f594a5c26c (diff)
Break client side plugin API to combat limitations that make it hard to impossible to get the DOM element
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.articleaction.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/part.content.articleaction.php b/templates/part.content.articleaction.php
index 345458764..4aa170199 100644
--- a/templates/part.content.articleaction.php
+++ b/templates/part.content.articleaction.php
@@ -1,8 +1,6 @@
-<ul class="article-action-plugins">
- <li ng-repeat="plugin in ::plugins" class="util"
- id="article-plugin-{{ plugin.id }}"
- ng-click="pluginClick(plugin.id, $event, article)"
- news-stop-propagation>
+<ul class="article-action-plugins" news-stop-propagation>
+ <li ng-repeat="plugin in ::plugins"
+ class="util article-plugin-{{ plugin.id }}">
<button title="{{ plugin.title }}"></button>
</li>
</ul> \ No newline at end of file