mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
If there is no template specified, resolve immediately
This commit is contained in:
parent
ab35bfdc4d
commit
10f3665853
@ -144,6 +144,11 @@ var et2_template = et2_DOMWidget.extend(
|
||||
this.loading.reject();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// No actual template
|
||||
this.loading.resolve();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user