Merge branch 'saas-dev-usability-hints' of github.com:sourcefabric/Airtime into saas-dev-usability-hints

This commit is contained in:
Albert Santoni 2015-07-14 10:56:18 -04:00
commit 30b8ada622
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",