js/supportchat.js

changeset 4
0b79c41bf47a
parent 3
de7fbf06cfa5
child 7
53201a5347f9
equal deleted inserted replaced
3:de7fbf06cfa5 4:0b79c41bf47a
1 function display_ui() 1 function display_ui()
2 { 2 {
3 // Display pop-up, showing question form 3 // Display pop-up, showing question form
4 4 $("#support-chat").show();
5 } 5 }
6 6
7 $(display_ui); //FIXME (debugging) 7 $(display_ui); //FIXME (debugging)

mercurial