Skip to content

Commit 96312d5

Browse files
committed
Merge pull request #1 from lcherpit/patch-1
AjaxForm.js: File not found
2 parents d859644 + 620a8d9 commit 96312d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/Private/TypoScript/Root.ts2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ prototype(TYPO3.Neos:Page) {
88
tagName = 'script'
99
attributes {
1010
src = TYPO3.TypoScript:ResourceUri {
11-
path = 'resource://Onedrop.AjaxForm/Public/JavaScript/AjaxForm.js'
11+
path = 'resource://Onedrop.AjaxForm/Public/JavaScript/ajaxForm.js'
1212
}
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)