SAAS-940: Provide usability hints to user

Update hints after library table has changed
This commit is contained in:
drigato 2015-07-14 10:39:58 -04:00
parent 71e8909365
commit 794a4a21d8
1 changed files with 3 additions and 1 deletions

View File

@ -603,7 +603,9 @@ var AIRTIME = (function(AIRTIME) {
type = $("#library_display_type").find("select").val();
type = (type === undefined) ? 0 : type;
aoData.push( { name: "type", value: type} );
getUsabilityHint();
$.ajax( {
"dataType": 'json',
"type": "POST",