diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-01 17:05:28 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-01 17:05:35 +0300 |
| commit | 049a37aa0e7d37cafd979e7d470c7649700b5010 (patch) | |
| tree | ea2b104929478cd28cc535410e57077305c7fac6 /classes/dlg.php | |
| parent | 78780c9c08cde4b7e7ee44efa29fa5c19a918040 (diff) | |
WIP reshuffling of JS global context into separate logical objects
Diffstat (limited to 'classes/dlg.php')
| -rw-r--r-- | classes/dlg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php index 9ac5cd12f..d73a53618 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -139,7 +139,7 @@ class Dlg extends Handler_Protected { $key_escaped = str_replace("'", "\\'", $key); - echo "<a href=\"javascript:viewfeed({feed:'$key_escaped'}) \" style=\"font-size: " . + echo "<a href=\"#\" onclick=\"Feeds.viewfeed({feed:'$key_escaped'}) \" style=\"font-size: " . $size . "px\" title=\"$value articles tagged with " . $key . '">' . $key . '</a> '; } |