mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
replace LAB.js with native es5 loading
This commit is contained in:
@ -12,14 +12,19 @@
|
||||
egw_inheritance.js;
|
||||
*/
|
||||
|
||||
import '../../../vendor/bower-asset/jquery/dist/jquery.js';
|
||||
import '../egw_action/egw_action_common.js';
|
||||
import '../jsapi/egw_inheritance.js';
|
||||
import '../etemplate/etemplate2.js'; // otherwise et2_load json-response-handler is not (yet) available
|
||||
|
||||
/**
|
||||
* Constants definition
|
||||
*/
|
||||
EGW_BROWSER_TYPE_NONE = 0;
|
||||
EGW_BROWSER_TYPE_IFRAME = 1;
|
||||
EGW_BROWSER_TYPE_DIV = 2;
|
||||
window.EGW_BROWSER_TYPE_NONE = 0;
|
||||
window.EGW_BROWSER_TYPE_IFRAME = 1;
|
||||
window.EGW_BROWSER_TYPE_DIV = 2;
|
||||
|
||||
var fw_browser = (function(){ "use strict"; return Class.extend(
|
||||
window.fw_browser = (function(){ "use strict"; return Class.extend(
|
||||
{
|
||||
/**
|
||||
* @param {string} _app
|
||||
|
Reference in New Issue
Block a user