Transitime / core

Transitime 0.1 (beta) is an open source project created and managed by Swiftly, Inc. to help transit agencies generate more accurate and reliable real-time arrival information for passengers. This version of the code is an early beta release and should not be used for production implementations. Please reach out to Swiftly at contact@goswift.ly for the most up-to-date software.
https://goswift.ly/transitime
GNU General Public License v3.0
62 stars 77 forks source link

if routeId or blockId contains dots(.) or colons(:)the detail do not display on the activeBlocks page. #10

Closed scrudden closed 9 years ago

scrudden commented 9 years ago

$(#routeId-99-11-r11-1 #blockId-68.TA.99-11-r11-1.2.O #block) does not evaluate properly. The . means something to jQuery.

skibu commented 9 years ago

Should now be fixed. Please try out the new code.

scrudden commented 9 years ago

I had fixed locally and was going to submit a pull request. Next time I'll say if I am going to fix when logging. Cheers,

Sean.