Difference between revisions of "Widget:Calendar"
From DFM Wiki
| EricThrift (talk | contribs) | EricThrift (talk | contribs)  | ||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
|      } |      } | ||
|    }; |    }; | ||
| − |    xhttp.open("GET", " | + |    xhttp.open("GET", "/calendar.html", true); | 
|    xhttp.send(); |    xhttp.send(); | ||
| }) | }) | ||
| </script> | </script> | ||
| </includeonly> | </includeonly> | ||
Latest revision as of 21:53, 18 February 2021
This is a basic widget to include the DFM calendar. It relies on ajax to retrieve calendar data from https://driedfishmatters.org/cgi-bin/calendar.



