removed cached files
This commit is contained in:
parent
30b5b94037
commit
ae2cdf20be
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@
|
|||
json = <%= @mapjson %>;
|
||||
if (json.length > 0) {
|
||||
$(document).ready(function() {
|
||||
initFD();
|
||||
<% if (@map.arranged) %>
|
||||
initMAP();
|
||||
<% else %>
|
||||
initFD();
|
||||
<% end %>
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue