mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:26:56 +08:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
Ext.Loader.setConfig({
|
|
enabled: true,
|
|
disableCaching : false,
|
|
|
|
paths: {
|
|
'Common': '../../common/mobile/lib'
|
|
}
|
|
}); |