Преглед изворни кода

minor update

pull/141/head
abhidj0090 пре 4 година
родитељ
комит
9d57339bc7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      assets/js/script.js

+ 1
- 1
assets/js/script.js Прегледај датотеку

@@ -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();

Loading…
Откажи
Сачувај