ts->js maps

This commit is contained in:
nathangray
2020-01-22 02:04:45 -07:00
parent 1ef562c1bd
commit b1c094ca47
19 changed files with 21 additions and 2 deletions

View File

@ -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 = {};