|
redirect({http,Url}) -> n2o:header(<<"Location">>,nitro_conv:to_binary(Url)), nitro:state(status,302), [];
|
|
redirect({http,Url}) -> n2o:header(<<"Location">>,nitro_conv:to_binary(Url)), nitro:state(status,302), [];
|
|
redirect(Url) -> nitro:wire(#jq{target='window.top',property=location,args=simple,right=Url}).
|
|
redirect(Url) -> nitro:wire(#jq{target='window.top',property=location,args=simple,right=Url}).
|