how to reverse bit?

how to reverse bit?

Hi,

I don't know how to explain but let me put it this way..

I have this in my js file:

  1. visible: is_organization
this should be reversed so if is_organization is true then visible should be false and it should be in the same way, I mean:

  1. visible: is_organization

and not with if statement.


How can I do this please..


Thanks,