mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
Undefined needs quotes.
This commit is contained in:
@@ -72,7 +72,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
|||||||
* @returns undefined
|
* @returns undefined
|
||||||
*/
|
*/
|
||||||
json_request.prototype.sendRequest = function(async) {
|
json_request.prototype.sendRequest = function(async) {
|
||||||
if(typeof async != undefined)
|
if(typeof async != "undefined")
|
||||||
{
|
{
|
||||||
this.async = async;
|
this.async = async;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user