mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
clean up bad IE references
This commit is contained in:
parent
04802e0397
commit
cd4e6c62cf
@ -1157,11 +1157,6 @@ describe('Core htmx AJAX Tests', function() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('properly handles inputs external to form', function() {
|
it('properly handles inputs external to form', function() {
|
||||||
if (!supportsFormAttribute()) {
|
|
||||||
this._runnable.title += " - Skipped as IE11 doesn't support form attribute"
|
|
||||||
this.skip()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
var values
|
var values
|
||||||
this.server.respondWith('Post', '/test', function(xhr) {
|
this.server.respondWith('Post', '/test', function(xhr) {
|
||||||
values = getParameters(xhr)
|
values = getParameters(xhr)
|
||||||
@ -1212,11 +1207,6 @@ describe('Core htmx AJAX Tests', function() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('can associate submit buttons from outside a form with the current version of the form after swap', function() {
|
it('can associate submit buttons from outside a form with the current version of the form after swap', function() {
|
||||||
if (!supportsFormAttribute()) {
|
|
||||||
this._runnable.title += " - Skipped as IE11 doesn't support form attribute"
|
|
||||||
this.skip()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
const template = '<form ' +
|
const template = '<form ' +
|
||||||
'id="hello" ' +
|
'id="hello" ' +
|
||||||
'hx-target="#hello" ' +
|
'hx-target="#hello" ' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user