ソースを参照

minor update

pull/141/head
abhidj0090 4年前
コミット
8821d6e657
2個のファイルの変更2行の追加3行の削除
  1. 1
    1
      assets/js/script.js
  2. 1
    2
      layouts/events/single.html

+ 1
- 1
assets/js/script.js ファイルの表示

@@ -141,7 +141,7 @@ jQuery(function ($) {
});
function downloadEvent(){
var subject = $('#subject').val();
var description = $('#description').val();
var description = $('#description').html();
var location = $('#location').val();
var begin = $('#start-date').val();
var end = $('#end-date').val();

+ 1
- 2
layouts/events/single.html ファイルの表示

@@ -26,7 +26,7 @@
{{end}}
</div>
<div class="col-lg-8 offset-lg-2">
<div class="post-single-content">
<div class="post-single-content" id="description">
{{ .Content }}
</div>
{{ if site.Params.post_share }}
@@ -40,7 +40,6 @@
{{if not .Params.disable_download}}
<div class="col-lg-8 offset-lg-2">
<input type="hidden" id="subject" value="{{.Title }}"/>
<input type="hidden" id="description" value="{{ .Content }}"/>
<input type="hidden" id="location" value="{{.Params.location }}"/>
<input type="hidden" id="start-date" value="{{.Params.event_start_date }}"/>
<input type="hidden" id="end-date" value="{{.Params.event_end_date }}"/>

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