bugfix
This commit is contained in:
parent
8003a4f9cd
commit
541cd701dc
@ -187,12 +187,12 @@ def defaultToolbar():
|
||||
"tools":[
|
||||
{
|
||||
"name":"__submit",
|
||||
"img_src":blockImage("clear.png"),
|
||||
"img_src":"/imgs/submit.png",
|
||||
"label":"submit"
|
||||
},
|
||||
{
|
||||
"name":"__clear",
|
||||
"img_src":blockImage("clear.png"),
|
||||
"img_src":"/imgs/clear.png",
|
||||
"label":"clear"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user