From d9b0b0112ef6ca6ef24d54a390ec8c360f645dfb Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 12 Oct 2017 09:53:41 +0200 Subject: [PATCH] fix upload step in tour --- .../src/views/dashboard/dashboard.tabs.controller.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/dashboard/dashboard.tabs.controller.js b/src/Umbraco.Web.UI.Client/src/views/dashboard/dashboard.tabs.controller.js index 55f769a295..2e0b3dc731 100644 --- a/src/Umbraco.Web.UI.Client/src/views/dashboard/dashboard.tabs.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/dashboard/dashboard.tabs.controller.js @@ -303,9 +303,7 @@ function startUpDynamicContentController(dashboardResource, assetsService, tourS { element: "[data-element='editor-media'] [data-element='dropzone']", title: "Upload images", - content: "

In the upload area you can upload your media items.

Click the Upload button and select some images on your computer and upload them.

", - event: "click", - clickElement: "[data-element='editor-media'] [data-element='button-upload-media']" + content: "

In the upload area you can upload your media items.

Click the Upload button and select some images on your computer and upload them.

" }, { element: "[data-element='editor-media'] [data-element='media-grid-item-0']",