Example #1
0
def post_update(sender, component, previous_head, **kwargs):
    run_post_update_script(component, previous_head)
Example #2
0
def post_update(sender, component, **kwargs):
    run_post_update_script(component)
Example #3
0
def post_update(sender, component, previous_head, **kwargs):
    run_post_update_script(component, previous_head)
Example #4
0
def post_update(sender, component, **kwargs):
    run_post_update_script(component)