Просмотр исходного кода

Fix le scroll en changeant d'article

Marien Fressinaud 12 лет назад
Родитель
Сommit
978a48a1d6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app/views/javascript/main.phtml

+ 3 - 0
app/views/javascript/main.phtml

@@ -54,6 +54,9 @@ function toggleContent (new_active, old_active) {
 	if (hide_posts) {
 		old_active.children (".flux_content").toggle (0);
 
+		new_pos = new_active.position ().top;
+		old_scroll = $(box_to_move).scrollTop ();
+
 		if(relative_move) {
 			new_pos += old_scroll;
 		}