mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +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);
|
console.timeline(_name);
|
||||||
}
|
}
|
||||||
if(console.profile)
|
if(console.profile)
|
||||||
|
{
|
||||||
console.profile(_name);
|
console.profile(_name);
|
||||||
}
|
}
|
||||||
var start_time = (new Date).getTime();
|
var start_time = (new Date).getTime();
|
||||||
|
Loading…
Reference in New Issue
Block a user