summaryrefslogtreecommitdiff
path: root/p/scripts
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-19 20:57:24 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-19 20:57:24 +0100
commit79d4893fc792119c390d2f744246df210b74f637 (patch)
tree6b268cfe46eb3eee8ebaddcd1e17067eaca0214f /p/scripts
parentcf1f9b0f79ef885e108b7704a8f31732c5506654 (diff)
Bug Global View liens JS
Diffstat (limited to 'p/scripts')
-rw-r--r--p/scripts/global_view.js2
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