Commit 633b8ae9 authored by dpapad's avatar dpapad Committed by Chromium LUCI CQ

Fix incorrect script src URL in chrome://webapks.

Bug: 1167001
Change-Id: I324a52ebe9eda15bb8f55396a38ea037d827485f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637307
Auto-Submit: dpapad <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844890}
parent 2767cae1
...@@ -12,7 +12,7 @@ about:webapks template page ...@@ -12,7 +12,7 @@ about:webapks template page
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="about_webapks.css"> <link rel="stylesheet" href="about_webapks.css">
<script type="module" src="webapks.js"></script> <script type="module" src="about_webapks.js"></script>
</head> </head>
<body> <body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment