mirror of
https://git.p-schwarz.de/ctbk/ctbk.de.git
synced 2025-05-18 13:35:34 +00:00
fix js
This commit is contained in:
parent
4ffa254fdc
commit
b212fc11fa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
document.addEventListener("DOMContentLoaded", hackcal);
|
||||
|
||||
function hackcal(p=1) {
|
||||
function hackcal(e,p=1) {
|
||||
var cal_uri = "/hackcal/?period="+p;
|
||||
var uri_regex = /(https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w\/\-_\.\:]*(\?\S+)?)?)?)/ig
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue