Fixes issue with unchecked checkboxes during package installation
authorMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jul 2013 21:44:23 +0000 (23:44 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 28 Jul 2013 21:44:23 +0000 (23:44 +0200)
commit3bbe83f02333b94d9810a6418847349496d6bde9
treed7bf0e5b97b43de3ce077335d04126715555fcb8
parentc4d8a5f93279c964007c4962d2c3f43f4f9ed514
Fixes issue with unchecked checkboxes during package installation

If one checkbox is unchecked, no further input element is evaluated since `return false;` is executed which terminates the iteration instead of (as intended) continuing the iteration with the next input element.
wcfsetup/install/files/acp/js/WCF.ACP.js