Przeglądaj źródła

minor update

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

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

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

Ładowanie…
Anuluj
Zapisz