js/supportchat.js

Mon, 08 Mar 2010 13:53:18 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 08 Mar 2010 13:53:18 +0000
changeset 3
de7fbf06cfa5
child 4
0b79c41bf47a
permissions
-rw-r--r--

Add skeleton supportchat.js

3
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 function display_ui()
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 {
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 // Display pop-up, showing question form
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 }
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6
de7fbf06cfa5 Add skeleton supportchat.js
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 $(display_ui); //FIXME (debugging)

mercurial