mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix missing bracket
This commit is contained in:
parent
3fdb024ff2
commit
f1558bcffb
@ -207,6 +207,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
|
||||
console.timeline(_name);
|
||||
}
|
||||
if(console.profile)
|
||||
{
|
||||
console.profile(_name);
|
||||
}
|
||||
var start_time = (new Date).getTime();
|
||||
|
Loading…
Reference in New Issue
Block a user