removed cached files

This commit is contained in:
Connor Turland 2012-12-03 18:50:38 -05:00
parent 30b5b94037
commit ae2cdf20be

View file

@ -29,7 +29,11 @@
json = <%= @mapjson %>; json = <%= @mapjson %>;
if (json.length > 0) { if (json.length > 0) {
$(document).ready(function() { $(document).ready(function() {
initFD(); <% if (@map.arranged) %>
initMAP();
<% else %>
initFD();
<% end %>
}); });
} }
</script> </script>