[pve-devel] [PATCH 3/3] Change source attribute of javascript include to point to our manager5 directory.

Emmanuel Kasper e.kasper at proxmox.com
Tue Apr 14 13:28:20 CEST 2015


For ext 5 developpment, we will include in the html headers every javascript ressources
incrementally, so we can bypass the "make install" step.

Signed-off-by: Emmanuel Kasper <e.kasper at proxmox.com>
---
 PVE/ExtJSIndex5.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/ExtJSIndex5.pm b/PVE/ExtJSIndex5.pm
index ae6b8f9..2ff679c 100644
--- a/PVE/ExtJSIndex5.pm
+++ b/PVE/ExtJSIndex5.pm
@@ -26,7 +26,7 @@ _EOD
 
     $page .= <<_EOD;
     <script type="text/javascript" src="/pve2/ext5/ext-all-debug.js"></script>
-    <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
+    <script type="text/javascript" src="/pve2/manager5/Utils.js"></script>
     <script type="text/javascript" src="/pve2/ext5/packages/ext-locale/build/ext-locale-${lang}.js"></script>
 _EOD
 
-- 
2.1.4





More information about the pve-devel mailing list