Przeglądaj źródła

minor update

pull/141/head
abhidj0090 4 lat temu
rodzic
commit
9d57339bc7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      assets/js/script.js

+ 1
- 1
assets/js/script.js Wyświetl plik

@@ -144,7 +144,7 @@ function downloadEvent(){
var description = $('#description').val();
//description = $('.post-single-content').html();
description = description.replace(/\r\n/g , '\\n');
description = description.replace(/<br>g , '\\n');
description = description.replace(/<br>/g , '\\n');
var location = $('#location').val();
var begin = $('#start-date').val();
var end = $('#end-date').val();

Ładowanie…
Anuluj
Zapisz