Fix loading image missing.
This commit is contained in:
parent
9709a8e708
commit
c4ef2557a3
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -657,7 +657,7 @@ a.reserve_btn{
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #dbdbdb;
|
border: 1px solid #dbdbdb;
|
||||||
background-color: rgba(255, 255, 255, 0.95);
|
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-repeat: no-repeat;
|
||||||
background-position: center 20px;
|
background-position: center 20px;
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
|
|
|
@ -53,5 +53,5 @@
|
||||||
<a href="<%= "/" + I18n.locale.to_s + url %>" class="btn btn-warning">Back</a>
|
<a href="<%= "/" + I18n.locale.to_s + url %>" class="btn btn-warning">Back</a>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var property_id = "<%= property.id.to_s %>";
|
var property_id = "<%= property.id.to_s %>";
|
||||||
var calendar = new Calendar("#calendar",property_id);
|
var calendar = new Calendar("#calendar",property_id,false);
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue