diff options
| author | 2016-02-21 18:06:32 +0100 | |
|---|---|---|
| committer | 2016-02-21 18:06:32 +0100 | |
| commit | b4864149889a749042d344625d4ffbdbd3f8a3cc (patch) | |
| tree | 32f25594a1296e634e7bd84526a463121074cafe /app | |
| parent | 264d05297c72e87b114a8e930db7eae7affe5690 (diff) | |
CSP for bookmarklet (subscription)
https://github.com/FreshRSS/FreshRSS/issues/1075
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_subscription.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml index 8a54e2dc2..fa10d63e8 100644 --- a/app/layout/aside_subscription.phtml +++ b/app/layout/aside_subscription.phtml @@ -10,7 +10,7 @@ </li> <li class="item"> - <a onclick="return false;" href="javascript:(function(){var%20url%20=%20location.href;window.open('<?php echo Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true); ?>&url_rss='+encodeURIComponent(url), '_blank');})();"> + <a class="bookmarkClick" href="javascript:(function(){var%20url%20=%20location.href;window.open('<?php echo Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true); ?>&url_rss='+encodeURIComponent(url), '_blank');})();"> <?php echo _t('sub.menu.bookmark'); ?> </a> </li> |
