mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
clean up background.{html,js}
This commit is contained in:
@@ -19,13 +19,10 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
</style>
|
||||
<script type="application/javascript" src="/browser-polyfill.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Container for the media -->
|
||||
<div id="media-container">
|
||||
<!-- Will be populated dynamically -->
|
||||
</div>
|
||||
<div id="media-container"></div>
|
||||
|
||||
<script src="background.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -17,7 +17,6 @@ const openDB = () => {
|
||||
const readData = async () => {
|
||||
const selectedBackground = localStorage.getItem('selectedBackground');
|
||||
if (!selectedBackground) {
|
||||
console.log('No selected background in local storage.');
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user