Skip to content

Commit

Permalink
Fix wrong urls of style and script in appbar
Browse files Browse the repository at this point in the history
[Issue] #1242
[Problem] Some urls refer to wrong url
[Solution] Modify urls to refer to correct path

Signed-off-by: Hunseop Jeong <hs85.jeong@samsung.com>
  • Loading branch information
HunseopJeong authored and singa2000 committed Jul 21, 2020
1 parent 8eacbed commit ae119dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta content="width=device-width, user-scalable=no" name="viewport" />
<link href="../../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../../lib/tau/mobile/js/tau.js">
<link href="../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../lib/tau/mobile/js/tau.js">
</script>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta content="width=device-width, user-scalable=no" name="viewport" />
<link href="../../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../../lib/tau/mobile/js/tau.js">
<link href="../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../lib/tau/mobile/js/tau.js">
</script>
</head>

Expand Down
6 changes: 3 additions & 3 deletions examples/mobile/UIComponents/components/appbar/title.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta content="width=device-width, user-scalable=no" name="viewport" />
<link href="../../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../../lib/tau/mobile/js/tau.js">
<link href="../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" />
<link href="../../css/style.css" rel="stylesheet" />
<script data-build-remove="false" src="../../lib/tau/mobile/js/tau.js">
</script>
</head>

Expand Down

0 comments on commit ae119dc

Please sign in to comment.