bugfix
This commit is contained in:
parent
7e34dcd666
commit
a7a0f49bc7
@ -31,7 +31,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
"binds":[
|
"binds":[
|
||||||
{
|
{
|
||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"opened",
|
"event":"dismissed",
|
||||||
"actiontype":"urlwidget",
|
"actiontype":"urlwidget",
|
||||||
"target":"window.user_container",
|
"target":"window.user_container",
|
||||||
"options":{
|
"options":{
|
||||||
@ -40,7 +40,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"opened",
|
"event":"dismissed",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target":params_kw.referer_widget,
|
"target":params_kw.referer_widget,
|
||||||
"script":"this.destroy()"
|
"script":"this.destroy()"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user