-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1318_3575_debug-js.patch
More file actions
26 lines (25 loc) · 1011 Bytes
/
1318_3575_debug-js.patch
File metadata and controls
26 lines (25 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/libreplan-webapp/src/main/webapp/WEB-INF/zk.xml b/libreplan-webapp/src/main/webapp/WEB-INF/zk.xml
index e04d8fb..fd0603e 100644
--- a/libreplan-webapp/src/main/webapp/WEB-INF/zk.xml
+++ b/libreplan-webapp/src/main/webapp/WEB-INF/zk.xml
@@ -49,4 +49,21 @@
<value>com.igalia.java.zk.components.JFreeChartEngine</value>
</library-property>
+ <!-- Turn on if you want to debug by copying JavaScript files directly
+ to classpath -->
+ <desktop-config>
+ <extendlet-check-period>5</extendlet-check-period>
+ </desktop-config>
+
+ <!-- Turn on if you want to debug JavaScript.
+ Once turned on, the uncompressed JavaScript files will be loaded. -->
+ <client-config>
+ <debug-js>true</debug-js>
+ </client-config>
+
+ <library-property>
+ <name>org.zkoss.web.classWebResource.cache</name>
+ <value>false</value>
+ </library-property>
+
</zk>