SAAS-940: Provide usability hints to user

Customized hints depending on what page the user is on and what action
they just completed.
This commit is contained in:
drigato 2015-07-13 17:02:31 -04:00
parent 48547ee347
commit 25ef70767b
7 changed files with 131 additions and 1 deletions

View file

@ -154,6 +154,7 @@ function buildScheduleDialog (json, instance_id) {
"class": "btn",
click: function() {
$(this).dialog("close");
//getUsabilityHint();
}
}
]