diff --git a/src/modules/webview/WebViewStep.cpp b/src/modules/webview/WebViewStep.cpp index df4234136..a57a75dd9 100644 --- a/src/modules/webview/WebViewStep.cpp +++ b/src/modules/webview/WebViewStep.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2015, Rohan Garg * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -72,7 +72,7 @@ WebViewStep::isNextEnabled() const bool WebViewStep::isBackEnabled() const { - return false; + return true; } diff --git a/src/modules/webview/WebViewStep.h b/src/modules/webview/WebViewStep.h index ca7ab14a4..286c13920 100644 --- a/src/modules/webview/WebViewStep.h +++ b/src/modules/webview/WebViewStep.h @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2015, Rohan Garg * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by