gamegos / cesi

CeSI is a web interface for managing multiple supervisors from the same place.
GNU General Public License v3.0
571 stars 184 forks source link

fix selector bug #14

Closed spider4216 closed 8 years ago

spider4216 commented 8 years ago

If your job name has dots in name for instance "my_queue.username.my_queue_username_00" the log modal doesn't appear, because jquery can't recognize selector. This commit fix such problem

GulsahKose commented 8 years ago

Thanks for bug fixing.