X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Finstall-common.js;h=cfe7e32494389963706769b8198fe321946d9d37;hb=refs%2Fheads%2Fserver-0.2.1-FINAL%2Fwernis-schleuder-de;hp=cb8af56acac7e947f6ad0e999cbb4603bc0a4947;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee;p=mailer.git diff --git a/js/install-common.js b/js/install-common.js index cb8af56aca..cfe7e32494 100644 --- a/js/install-common.js +++ b/js/install-common.js @@ -1,13 +1,8 @@ /** * JavaScript for common installer functions * -------------------------------------------------------------------- - * $Revision:: $ - * $Date:: $ - * $Tag:: 0.2.1-FINAL $ - * $Author:: $ - * -------------------------------------------------------------------- * Copyright (c) 2003 - 2009 by Roland Haeder - * Copyright (c) 2009 - 2013 by Mailer Developer Team + * Copyright (c) 2009 - 2016 by Mailer Developer Team * For more information visit: http://mxchange.org * * This program is free software; you can redistribute it and/or modify @@ -67,6 +62,9 @@ function doFinishInstallation () { // Does the "installation loop" function doInstallationLoop () { + // Reset counter + counterSuccess = 0; + // For-loop for all installation steps for (var i = 0; i < installationSteps.length; i++) { // Output message