forked from extern/egroupware
Fix some IDE warnings
This commit is contained in:
parent
a951366235
commit
9ca7b66290
@ -1086,12 +1086,12 @@ var AppJS = Class.extend(
|
|||||||
case 'PUT':
|
case 'PUT':
|
||||||
jQuery.extend({},ajaxObj, {
|
jQuery.extend({},ajaxObj, {
|
||||||
data: JSON.stringify(_data),
|
data: JSON.stringify(_data),
|
||||||
contentType: 'application/json',
|
contentType: 'application/json'
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'GET':
|
case 'GET':
|
||||||
jQuery.extend({},ajaxObj, {
|
jQuery.extend({},ajaxObj, {
|
||||||
dataType: 'json',
|
dataType: 'json'
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'DELETE':
|
case 'DELETE':
|
||||||
@ -1271,7 +1271,7 @@ var AppJS = Class.extend(
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
function(){
|
function(){
|
||||||
mailvelope.createKeyring('egroupware').then(function(){dialog(menu)});
|
mailvelope.createKeyring('egroupware').then(function(){dialog(menu);});
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user