From 3e9c3d7c4329a9cd0ffcb7b61502c8f2f66bc96e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 7 Oct 2013 21:31:01 +0200 Subject: Corrige la vue globale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On initialisait plus correctement le panel de la vue globale depuis l'ajout de la fonction JS init_stream_delegates(). C'est corrigé :) --- public/scripts/global_view.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public/scripts') diff --git a/public/scripts/global_view.js b/public/scripts/global_view.js index b23e6680c..e87bf6810 100644 --- a/public/scripts/global_view.js +++ b/public/scripts/global_view.js @@ -14,6 +14,7 @@ function load_panel(link) { init_load_more($("#panel")); init_posts(); + init_stream_delegates($("#panel")); $("#panel").slideToggle(); -- cgit v1.2.3