summaryrefslogtreecommitdiff
path: root/src/main/resources/module.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-02-04 22:03:34 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-02-04 22:03:34 +0100
commit1e7f63219e88b36d788dda8cc4d07c13f840d82d (patch)
treeb506a265e78fca0d971732d267c7bf08f4e7cf74 /src/main/resources/module.xml
parent4641cf0969a38f6db5a83415792bde6871cc8d0a (diff)
Fix crash when trying to open a child Item from Dependency tree browser.
Remove test module script.
Diffstat (limited to 'src/main/resources/module.xml')
-rw-r--r--src/main/resources/module.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
index 3f4bb76..ca61f86 100644
--- a/src/main/resources/module.xml
+++ b/src/main/resources/module.xml
@@ -9,6 +9,5 @@
<Config name="OutcomeHandler.Schema.0" target="client">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
<Config name="OutcomeHandler.Script.0" target="client">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
<Config name="banner" target="client">about.png</Config>
- <Script target="client" event="startup" lang="javascript">Packages.com.c2kernel.utils.Logger.msg("Hi from a startup script");</Script>
<Imports/>
</CristalModule> \ No newline at end of file