Revision bae050e9
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
# If set to 1 then the installation will be kept unlocked even if a
|
||
# database upgrade fails.
|
||
keep_installation_unlocked = 0
|
||
|
||
# If set to 1 then all resource links (JavaScript, CSS files) output
|
||
# via $::request->{layout}->use_stylesheet() / use_javascript() will
|
||
# be made unique by appending a random GET parameter. This will cause
|
||
# the web browser to always reload the resources.
|
||
auto_reload_resources = 0
|
Auch abrufbar als: Unified diff
Entwickleroption "debug.auto_reload_resources" implementiert
Fügt einen zufälligen GET-Parameter an jeden JavaScript-/CSS-Link
hinzu, der via $layout->use_javascript()/use_stylesheet() ausgegeben
wird. Sorgt dafür, dass der Browser Resourcen jedes Mal neu lädt.
Hilfreich, wenn man gerade CSS oder JavaScript bastelt und nicht
dauernd F5 drücken möchte.