mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded
This commit is contained in:
@ -201,7 +201,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
|
||||
{
|
||||
(function() { new app[appname]();}).call();
|
||||
}
|
||||
else
|
||||
else if (typeof app[appname] !== "object")
|
||||
{
|
||||
egw.debug("warn", "Did not load '%s' JS object",appname);
|
||||
}
|
||||
|
Reference in New Issue
Block a user