Initial Commit - Umbraco CMS

Signed-off-by: Carl Sargunar <carl@sargunar.com>
This commit is contained in:
Carl Sargunar
2022-06-01 21:37:02 +01:00
parent 8f0a75de45
commit 4b0685f359
53 changed files with 4491 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 326 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
$('.datepicker').each(function(){
var picker = new Pikaday({
field: this
});
});