Revision 0f179c9a
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Drafts.pm | ||
---|---|---|
36 | 36 |
return ($module, $submodule); |
37 | 37 |
} |
38 | 38 |
|
39 |
my @dont_save = qw(login password stylesheet action);
|
|
39 |
my @dont_save = qw(login password action); |
|
40 | 40 |
|
41 | 41 |
sub save { |
42 | 42 |
$main::lxdebug->enter_sub(); |
Auch abrufbar als: Unified diff
stylesheet/javascript handling verbessert