fix iframe saving

atom-input is no longer supported
This commit is contained in:
Will Hanlen 2024-05-30 19:47:54 +02:00 committed by SuperCoolYun
parent a85ab98531
commit 083a578f8b

View File

@ -19,8 +19,7 @@
=type "text"
=name "text"
=value url
=is "atom-input"
=oninput "this.parentNode.nextElementSibling.src = this.value;"
=oninput "$(this).attr('value', this.value); this.parentNode.nextElementSibling.src = this.value;"
;
==
;button.p2.b1