-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
responsive-iframe-googlemap/responsive-iframe-googlemap.php
Lines 116 to 118 in 84b4419
| foreach ( $consts as $key => $value ) { | |
| echo "<script type='text/javascript'> var {$key} = '{$value}';</script>"; | |
| } |
<script> タグを何度も出力するのではなく1つのタグ内にまとめたほうが良いです。
更にいうとJSONエンコードとかでまとめて1つの変数だけにしてあげるほうが良いです。
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on