Add ssl checking. #457
This commit is contained in:
parent
166c4942f1
commit
4866d01eb3
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ var icons = {
|
|||
var r_markers = {};
|
||||
var c_markers = {};
|
||||
|
||||
var ssl = false;
|
||||
{% if ssl_enable == 'true' %}
|
||||
ssl = true;
|
||||
{% endif %}
|
||||
|
||||
var dashmap = initMap(r_markers, c_markers, icons);
|
||||
initEventHandler(dashmap, icons);
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue