Skip to content

Commit

Permalink
Merge pull request #2 from marioninc/gh-pages
Browse files Browse the repository at this point in the history
CORS対策
  • Loading branch information
marioninc authored Feb 4, 2022
2 parents 5e0b9d9 + 00653f0 commit 50b6c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//use.fontawesome.com/releases/v6.0.0-beta3/css/all.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0.0-beta3/css/all.min.css">
<!-- <link rel="stylesheet" type="text/css" href="./css/all.css"> -->
<style type="text/css">
.popover {
Expand Down
2 changes: 1 addition & 1 deletion js/fontawesome6-icon-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Fa6IconPicker {
targetInput = null; // 結果を返すinput要素
targetViewIcon = null; // アイコンのプレビューを渡す要素
popoverElement = null; // popoverする要素
targetCssName = "all.css"; // 解析するCSS名
targetCssName = "all.min.css"; // 解析するCSS名
enableIcons = []; // ホワイトリスト
disableIcons = []; // ブラックリスト
isTargetInputClickEvent = true; // 結果を返すinputにイベントを与えるかどうか
Expand Down

0 comments on commit 50b6c8f

Please # to comment.