mobile ui: statically import widget toolkit
as loading the whole wtk breaks the mobile ui and is - not always trivial to fix - a sisyphean task (in the future) - we don't check this often, so breakage is likely to go unnoticed I.e., just much simple to freeze this also in time.. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5ba187c1a8
commit
0947b5c36f
@ -4,6 +4,7 @@ include ../../defines.mk
|
||||
# extjs/classic/classic/src/util/Cookies.js
|
||||
|
||||
JSSRC= \
|
||||
WidgetToolkitUtils.js \
|
||||
Cookies.js \
|
||||
../manager6/Utils.js \
|
||||
../manager6/Parser.js \
|
||||
|
1416
www/mobile/WidgetToolkitUtils.js
Normal file
1416
www/mobile/WidgetToolkitUtils.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,6 @@
|
||||
[%- ELSE %]
|
||||
<script type="text/javascript" src="/pve2/sencha-touch/sencha-touch-all.js"></script>
|
||||
[% END %]
|
||||
<script type="text/javascript" src="/proxmoxlib.js?ver=[% wtversion %]"></script>
|
||||
<script type="text/javascript" src="/pve2/touch/pvemanager-mobile.js?ver=[% version %]"></script>
|
||||
<script type="text/javascript">
|
||||
if (typeof(PVE) === 'undefined') PVE = {};
|
||||
|
@ -1 +1 @@
|
||||
/* currently empty */
|
||||
/* currently empty */
|
||||
|
Loading…
Reference in New Issue
Block a user