diff options
| author | 2014-03-30 17:49:39 +0200 | |
|---|---|---|
| committer | 2014-03-30 17:52:42 +0200 | |
| commit | 19517baf13dba7ebd7d41dbbacceaea3ed75af8e (patch) | |
| tree | 3d4e9cdba2d04e125a59cee51fcb8987d0e3171e /p | |
| parent | 27b678203b2a9034312fcb5a0c3f923caa26901f (diff) | |
Add a bookmark to easily subscribe to websites
- FeedController->addAction (GET) shows a confirmation page
- If already subscribe, redirect to Configure->feedAction
- Add a bookmark in aside_feed
See #425 #426 and #464
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index a03be85eb..818d459b3 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -988,7 +988,7 @@ function init_share_observers() { function init_feed_observers() { $('select[id="category"]').on('change', function() { - var detail = $(this).parent('li').next('li'); + var detail = $('#new_category_name').parent(); if ($(this).val() === 'nc') { detail.show(); detail.find('input').focus(); |
