Skip to content

Commit

Permalink
move data to the div
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenylyozin committed Mar 30, 2024
1 parent c1bf6f3 commit 3c1e6db
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 10 deletions.
10 changes: 5 additions & 5 deletions featuresblock.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<title>Extend MyGameList</title>
<meta charset="utf-8" />
<meta
id="featuresBlock"
block-data="{general: true; features: {bookmarks: true}}"
/>
</head>
<body></body>
<body>
<div id="featuresblock"></div>
<script src="static/featuresblock.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions static/featuresblock.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions static/featuresblock.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
2 changes: 1 addition & 1 deletion static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/installed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/permissions.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/terms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/update.js

Large diffs are not rendered by default.

0 comments on commit 3c1e6db

Please sign in to comment.