Ignore:
Timestamp:
11/24/08 17:59:40 (4 years ago)
Author:
ArthurClemens
Message:

Item116: rebrand javascipt classes, pass 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JQueryTwistyPlugin/lib/TWiki/Plugins/JQueryTwistyPlugin.pm

    r803 r927  
    366366=pod 
    367367 
    368 Reads a setting from the TWIKIPREF cookie. 
     368Reads a setting from the FOSWIKIPREF cookie. 
    369369Returns: 
    370370   * 1 if the cookie has been set (meaning: show content) 
     
    381381    # which state do we use? 
    382382    my $cgi = new CGI; 
    383     my $cookie = $cgi->cookie('TWIKIPREF'); 
     383    my $cookie = $cgi->cookie('FOSWIKIPREF'); 
    384384    my $tag    = $idTag; 
    385385    $tag =~ s/^(.*)(hide|show|toggle)$/$1/go; 
Note: See TracChangeset for help on using the changeset viewer.