Our return in functions in buttons give white window

Our return in functions in buttons give white window

Starting yesterday our returns in functions in buttons are giving a white window. Do anyone knows if something has to change now with the API 2.0? Here is the piece of code:

if ( input.proy == "" )
{
return "Message 1";
}
else
{
return "Message 2";
}