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
airtime_mvc/public/js/airtime/library

View File

@ -604,6 +604,8 @@ var AIRTIME = (function(AIRTIME) {
type = (type === undefined) ? 0 : type; type = (type === undefined) ? 0 : type;
aoData.push( { name: "type", value: type} ); aoData.push( { name: "type", value: type} );
getUsabilityHint();
$.ajax( { $.ajax( {
"dataType": 'json', "dataType": 'json',
"type": "POST", "type": "POST",