mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 12:00:09 +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();
|
this.loading.reject();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// No actual template
|
||||||
|
this.loading.resolve();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user