Looks like the live_person.js is not included properly on line 66.

drupal_add_js(drupal_get_path('module', 'live_person') . '/live_person.js', 'module');

should be....

drupal_add_js(drupal_get_path('module', 'live_person') . '/live_person.js', 'file');

CommentFileSizeAuthor
#1 popup_bug-1459064-1.patch602 bytessteve.elkins

Comments

steve.elkins’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new602 bytes

Here's a patch to correct this.

nicholas.alipaz’s picture

Thanks for the patch. Committed to git. Will be in next release, but do a checkout or wait for next dev release to update for the fix before the next release comes out.
http://drupal.org/commitlog/commit/12642/458be4b81222cb6f8a3ed292baa9e1a...

nicholas.alipaz’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.