Better fix for IE9 compat mode 'next' button bug - refs #BT#5728

skala
Yannick Warnier 12 years ago
parent d80ca6a2e5
commit 172e71a311
  1. 2
      main/inc/lib/javascript/chat/js/chat.js

@ -121,7 +121,7 @@ function showChatConnect() {
*/
function startChatSession() {
/* fix bug BT#5728 whereby users cannot move to the next question in IE9 */
if (ajax_url) {
if (typeof ajax_url != 'undefined') {
$.ajax({
url: ajax_url+"?action=startchatsession",
cache: false,

Loading…
Cancel
Save