mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
missing generated .js and .map files, until we generate them via Grunt
This commit is contained in:
@@ -187,7 +187,9 @@ var et2_details = /** @class */ (function (_super) {
|
||||
//Set header title
|
||||
if (this.options.title) {
|
||||
this.title
|
||||
.click(function () { self._toggle(); })
|
||||
.click(function () {
|
||||
self._toggle();
|
||||
})
|
||||
.text(this.options.title);
|
||||
}
|
||||
// Align toggle button left/right
|
||||
|
Reference in New Issue
Block a user