Revision bae050e9
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
293 | 293 |
# If set to 1 then the installation will be kept unlocked even if a |
294 | 294 |
# database upgrade fails. |
295 | 295 |
keep_installation_unlocked = 0 |
296 |
|
|
297 |
# If set to 1 then all resource links (JavaScript, CSS files) output |
|
298 |
# via $::request->{layout}->use_stylesheet() / use_javascript() will |
|
299 |
# be made unique by appending a random GET parameter. This will cause |
|
300 |
# the web browser to always reload the resources. |
|
301 |
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.