H C
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to judge whether the idea version used by the current user is the community version or the Ultimate version?
AnsweredHow to judge whether the idea version used by the current user is the community version or the Ultimate version? if( community version ){ //do something } if(Ultimate version){ //do something }