mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Getting Started options html Move script tag (#710)
This PR moves the script tag inside of the body tag. Related https://github.com/GoogleChrome/developer.chrome.com/pull/2696/
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
<div>
|
||||
<p>Choose a different background color!</p>
|
||||
</div>
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
<script src="options.js"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user