Przeglądaj źródła

Fix expand-too-long error with new <p> markup

pull/47/head^2
8chan czaks 9 lat temu
rodzic
commit
e2016340e1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      js/expand-too-long.js

+ 1
- 1
js/expand-too-long.js Wyświetl plik

@@ -17,7 +17,7 @@ $(function() {
e.preventDefault();

var url = $(this).attr('href');
var body = $(this).parent().parent();
var body = $(this).parents('.body');

$.ajax({
url: url,


Ładowanie…
Anuluj
Zapisz