- Timestamp:
- 11/24/08 17:59:40 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JQueryTwistyPlugin/lib/TWiki/Plugins/JQueryTwistyPlugin.pm
r803 r927 366 366 =pod 367 367 368 Reads a setting from the TWIKIPREF cookie.368 Reads a setting from the FOSWIKIPREF cookie. 369 369 Returns: 370 370 * 1 if the cookie has been set (meaning: show content) … … 381 381 # which state do we use? 382 382 my $cgi = new CGI; 383 my $cookie = $cgi->cookie(' TWIKIPREF');383 my $cookie = $cgi->cookie('FOSWIKIPREF'); 384 384 my $tag = $idTag; 385 385 $tag =~ s/^(.*)(hide|show|toggle)$/$1/go;
Note: See TracChangeset
for help on using the changeset viewer.
