mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
ts->js maps
This commit is contained in:
@ -357,7 +357,7 @@
|
||||
this.loading_prompt('connectionLost', true, '', null);
|
||||
}, egw(window));
|
||||
window.Offline.on('up', function(){
|
||||
jQuery('#egw_message').click()
|
||||
jQuery('#egw_message').click();
|
||||
this.loading_prompt('connectionLost', false);
|
||||
}, egw(window));
|
||||
}
|
||||
@ -440,7 +440,8 @@
|
||||
// get TypeScript modules working with our loader
|
||||
function require(_file)
|
||||
{
|
||||
return { EgwApp: window.EgwApp};
|
||||
|
||||
return window.exports;
|
||||
}
|
||||
var exports = {};
|
||||
|
||||
|
Reference in New Issue
Block a user