Skip to content

Commit

Permalink
Item9422: Unable to easily remove foswikiPref dependency
Browse files Browse the repository at this point in the history
Because the jquery cookie plugin doesn't do sub-cookies, but
http://code.google.com/p/ezcookie/ does

git-svn-id: http://svn.foswiki.org/trunk@8503 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Aug 15, 2010
1 parent b0ae68d commit a372c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/TWISTY.pm
Expand Up @@ -38,6 +38,9 @@ sub new {
),
$class
);
# The jquery plugin code is using 'sub-cookies' within the FOSWIKIPREF
# cookie.
Foswiki::Func::expandTemplate('JavascriptFiles/foswikiPref');

return $this;
}
Expand Down

0 comments on commit a372c71

Please sign in to comment.