Changeset 4907 for trunk/NatEditPlugin/lib/Foswiki/Plugins/NatEditPlugin.pm
- Timestamp:
- 09/14/09 13:15:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NatEditPlugin/lib/Foswiki/Plugins/NatEditPlugin.pm
r4699 r4907 23 23 24 24 $VERSION = '$Rev$'; 25 $RELEASE = 'v4.1 0';25 $RELEASE = 'v4.11'; 26 26 27 27 $NO_PREFS_IN_TOPIC = 1; … … 45 45 Foswiki::Func::registerTagHandler('FORMBUTTON', \&handleFORMBUTTON); 46 46 Foswiki::Func::registerTagHandler('NATFORMLIST', \&handleNATFORMLIST); 47 48 my $skin = Foswiki::Func::getPreferencesValue('SKIN');49 # not using Foswiki::Func::getSkin() to prevent50 # getting the cover as well51 52 unless ($skin =~ /\b(natedit)\b/) {53 $skin = "natedit,$skin";54 Foswiki::Func::setPreferencesValue('SKIN', $skin);55 }56 47 57 48 # register the natedit jquery plugin
Note: See TracChangeset
for help on using the changeset viewer.
