ソースを参照

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

読み込み中…
キャンセル
保存