bugfix
This commit is contained in:
parent
3a97400c94
commit
dfa98941a0
@ -27,7 +27,7 @@
|
|||||||
"event":"click",
|
"event":"click",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target":"app",
|
"target":"app",
|
||||||
"script":"bricks_app.textsize_bigger()"
|
"script":"bricks.app.textsize_bigger()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"event":"click",
|
"event":"click",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target":"app",
|
"target":"app",
|
||||||
"script":"bricks_app.textsize_smaller()"
|
"script":"bricks.app.textsize_smaller()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
"event":"click",
|
"event":"click",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target":"app",
|
"target":"app",
|
||||||
"script":"bricks_app.textsize_bigger()"
|
"script":"bricks.app.textsize_bigger()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -87,7 +87,7 @@
|
|||||||
"event":"click",
|
"event":"click",
|
||||||
"actiontype":"script",
|
"actiontype":"script",
|
||||||
"target":"app",
|
"target":"app",
|
||||||
"script":"bricks_app.textsize_smaller()"
|
"script":"bricks.app.textsize_smaller()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user