Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 60 forks source link

fix IE issue with repeat. Add Smaller col size when owm_cnt is above 4 #421

Closed MSe-5-14 closed 5 years ago

MSe-5-14 commented 5 years ago

Internet Explorer does not understand .repeat() .fixed it with a for loop. when Owm_cnt is above 4 than col-xs-3 is too large. fixed it by checking the number and if bigger than 4 it becomes col-xs-2