From 321c5e30343f1b10a16a8df90cdbb822ccbbefcf Mon Sep 17 00:00:00 2001 From: Lukasz Slachciak Date: Thu, 21 Nov 2019 08:21:57 +0100 Subject: [PATCH] Add href resources so wget can download them [Issue] https://github.com/Samsung/TAU-Design-Editor/issues/437 [Issue] https://github.com/Samsung/TAU-Design-Editor/issues/441 [Problem] Interactive 3D widget not working on code.tizen.org due to the missing resources [Solution] Add href attributes so wget can download external resources [Test] 1. Run WATT 2. Visit links: http://localhost:3000/demos?path=1.1%2Fexamples%2Fmobile%2FUIComponents%2Fcomponents%2Finteractive%2Finteractive3D%2Findex.html https://localhost:3000/demos?path=1.1%2Fexamples%2Fwearable%2FUIComponents%2Fcontents%2Finteractive%2Fcoverflow%2Findex.html 3. Make sure that duck is displayed after running live preview. Signed-off-by: Lukasz Slachciak --- .../components/interactive/interactive3D/index.html | 4 ++++ .../contents/interactive/interactive3D/index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/mobile/UIComponents/components/interactive/interactive3D/index.html b/examples/mobile/UIComponents/components/interactive/interactive3D/index.html index f58c40a8ec..50ed7403bb 100644 --- a/examples/mobile/UIComponents/components/interactive/interactive3D/index.html +++ b/examples/mobile/UIComponents/components/interactive/interactive3D/index.html @@ -4,6 +4,10 @@ + + + +
diff --git a/examples/wearable/UIComponents/contents/interactive/interactive3D/index.html b/examples/wearable/UIComponents/contents/interactive/interactive3D/index.html index 7cb6a1d62b..ac261fe547 100644 --- a/examples/wearable/UIComponents/contents/interactive/interactive3D/index.html +++ b/examples/wearable/UIComponents/contents/interactive/interactive3D/index.html @@ -9,6 +9,10 @@ + + + +