mirror of
https://git.p-schwarz.de/ctbk/ctbk.de.git
synced 2025-05-18 21: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);
|
document.addEventListener("DOMContentLoaded", hackcal);
|
||||||
|
|
||||||
function hackcal(p=1) {
|
function hackcal(e,p=1) {
|
||||||
var cal_uri = "/hackcal/?period="+p;
|
var cal_uri = "/hackcal/?period="+p;
|
||||||
var uri_regex = /(https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w\/\-_\.\:]*(\?\S+)?)?)?)/ig
|
var uri_regex = /(https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w\/\-_\.\:]*(\?\S+)?)?)?)/ig
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue