diff --git a/src/web/UBWebController.cpp b/src/web/UBWebController.cpp
index 46afc1fa..18a34dc7 100644
--- a/src/web/UBWebController.cpp
+++ b/src/web/UBWebController.cpp
@@ -212,6 +212,8 @@ void UBWebController::tutorialWebInstance()
             (*mCurrentWebBrowser)->tabWidget()->lineEdits()->hide();
 
         }
+        else
+        	(*mCurrentWebBrowser)->loadUrl(currentUrl);
 
         UBApplication::applicationController->setMirrorSourceWidget((*mCurrentWebBrowser)->paintWidget());