diff options
| author | 2014-01-19 20:57:24 +0100 | |
|---|---|---|
| committer | 2014-01-19 20:57:24 +0100 | |
| commit | 79d4893fc792119c390d2f744246df210b74f637 (patch) | |
| tree | 6b268cfe46eb3eee8ebaddcd1e17067eaca0214f /p/scripts | |
| parent | cf1f9b0f79ef885e108b7704a8f31732c5506654 (diff) | |
Bug Global View liens JS
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/global_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/global_view.js b/p/scripts/global_view.js index 3973cb2ec..7105520a6 100644 --- a/p/scripts/global_view.js +++ b/p/scripts/global_view.js @@ -24,7 +24,7 @@ function load_panel(link) { // en en ouvrant une autre ensuite, on se retrouve au même point de scroll $("#panel").scrollTop(0); - $('#nav_menu_read_all a, #bigMarkAsRead').click(function () { + $('#panel').on('click', '#nav_menu_read_all > a, #nav_menu_read_all .item > a, #bigMarkAsRead', function () { $.ajax({ url: $(this).attr("href"), async: false |
