js/supportchat.js

Mon, 08 Mar 2010 14:01:02 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 08 Mar 2010 14:01:02 +0000
changeset 4
0b79c41bf47a
parent 3
de7fbf06cfa5
child 7
53201a5347f9
permissions
-rw-r--r--

Show UI

function display_ui()
{
	// Display pop-up, showing question form
	$("#support-chat").show();
}

$(display_ui); //FIXME (debugging)

mercurial