Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
9d57339bc7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/js/script.js

+ 1
- 1
assets/js/script.js View File

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

Loading…
Cancel
Save