cobyism / dciy

Do Continuous Integration Yourself — a simple, open source CI server.
98 stars 10 forks source link

Fill in the build output with $(obj).text() instead of html() #28

Closed parkr closed 10 years ago

parkr commented 10 years ago

Fixes #27.

Looks like jQuery was trying to eval the response from the build process, which kept failing. Calling .text() doesn't eval so it fills in the box no problem.

cobyism commented 10 years ago

Rad, thanks for that. That build output updating stuff I did was pretty rudimentary—there's probably a few more bugs like this lurking around too :sweat_smile:

parkr commented 10 years ago

No problem! Good morning :sun_with_face: :sunflower: