mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #2914 from alxy/patch-18
Pass the current context to the selector
This commit is contained in:
commit
7afb09cf98
@ -52,7 +52,7 @@
|
||||
})
|
||||
|
||||
if (!!$container.length) {
|
||||
$container = $('[data-validate-error]')
|
||||
$container = $('[data-validate-error]', $this)
|
||||
}
|
||||
|
||||
if (!!$container.length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user