diff --git a/assets/css/fullcalendar.css b/assets/css/fullcalendar.css
index 7c85e50..3fcb3a2 100644
--- a/assets/css/fullcalendar.css
+++ b/assets/css/fullcalendar.css
@@ -141,7 +141,7 @@ html .fc,
.fc-state-highlight { /*
today cell */ /* TODO: add .fc-today to | */
background: #fff;
- background-image: url('/assets/images/dian.png');
+ background-image: url('http://10.0.0.5/leguevent_dev//assets/images/dian.png');
background-repeat: no-repeat;
background-position: right 3.5px top 7.5px;
}
|