aktos-io / aktos-scada

Web based SCADA system for industrial and home automation systems
https://aktos.io
10 stars 9 forks source link

circular-progress has problem with its html #17

Closed ceremcem closed 9 years ago

ceremcem commented 9 years ago

there should be no multiple elements with same id in an html document, but the circular-progress widget has:

+partial('circular-progress')
  div.
    <div id="circle" class="circle1"></div>
    <div id="circle" class="circle2">
      <strong></strong>
    </div>
    <div id="circle" class="circle3">
      <strong></strong>
    </div>
ceremcem commented 9 years ago

wrong alarm, I was checking out with an old commit