Fix loading image missing.

This commit is contained in:
BoHung Chiu 2021-10-05 22:15:23 +08:00
parent 9709a8e708
commit c4ef2557a3
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -657,7 +657,7 @@ a.reserve_btn{
border-radius: 4px;
border: 1px solid #dbdbdb;
background-color: rgba(255, 255, 255, 0.95);
background-image: url("/assets/loading1.gif");
background-image: url("/assets/property_hire/loading1.gif");
background-repeat: no-repeat;
background-position: center 20px;
background-size: 50%;

View File

@ -53,5 +53,5 @@
<a href="<%= "/" + I18n.locale.to_s + url %>" class="btn btn-warning">Back</a>
<script type="text/javascript">
var property_id = "<%= property.id.to_s %>";
var calendar = new Calendar("#calendar",property_id);
var calendar = new Calendar("#calendar",property_id,false);
</script>