Script to turn on: Branch view + details view?

Discuss and share scripts and script files...
Post Reply
ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Script to turn on: Branch view + details view?

Post by ghost zero »

Anyone know how to make a script to turn on: Branch view + details view? Thanks.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Script to turn on: Branch view + details view?

Post by serendipity »

ghost zero wrote:Anyone know how to make a script to turn on: Branch view + details view? Thanks.
Something like this:

Code: Select all

//List details+branch view
  IF(get("View")!=0){
  #302;
  #311;
  }
  ELSE{
  #311;
  }

Post Reply