mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +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() {
|
||||
if (!supportsFormAttribute()) {
|
||||
this._runnable.title += " - Skipped as IE11 doesn't support form attribute"
|
||||
this.skip()
|
||||
return
|
||||
}
|
||||
var values
|
||||
this.server.respondWith('Post', '/test', function(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() {
|
||||
if (!supportsFormAttribute()) {
|
||||
this._runnable.title += " - Skipped as IE11 doesn't support form attribute"
|
||||
this.skip()
|
||||
return
|
||||
}
|
||||
const template = '<form ' +
|
||||
'id="hello" ' +
|
||||
'hx-target="#hello" ' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user