Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

コードスニペットの埋め込み方の変更 #33

Open
h-matsuo opened this issue Aug 23, 2018 · 1 comment
Open

コードスニペットの埋め込み方の変更 #33

h-matsuo opened this issue Aug 23, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@h-matsuo
Copy link
Owner

現状,<script>madoop.js をロードすればすぐに実行が始まってしまう。

<script> でロードしたあと,例えば以下のように実行を明示するようにする。

<script>
Madoop.exec({
  url: hoge,
  ...
});
</script>

Google Analytics の analytics.js の埋め込み方 など,最近の著名な JS ライブラリの読み込み方を参考にする。

@h-matsuo h-matsuo added the enhancement New feature or request label Aug 23, 2018
@h-matsuo h-matsuo self-assigned this Aug 24, 2018
@h-matsuo
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant