Update tag.map
This commit is contained in:
parent
0153361058
commit
771d83f936
3
tag.map
3
tag.map
@ -1,12 +1,11 @@
|
||||
<map>
|
||||
|
||||
<iframe if={urlMap != ''} ref="mymap" width="{ opts.width }" height="{ opts.height }" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src={ urlMap } style="border: 1px solid black"></iframe>
|
||||
<iframe if={urlMap != ''} width="{ opts.width }" height="{ opts.height }" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src={ urlMap } style="border: 1px solid black"></iframe>
|
||||
|
||||
// Variables
|
||||
this.items = opts.items
|
||||
this.address = opts.address
|
||||
this.region = opts.region
|
||||
this.delay = opts.delay
|
||||
this.urlMap = ''
|
||||
let that = this
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user