Commit cc1f0763 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix some issues in activity tool watcher.

* fix jquery.js location
* field title should be string
parent 8a20f072
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: None</string> </value> <value> <string>string:</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<div>\n <div>\n
<div id="activity_watcher_gadget"></div>\n <div id="activity_watcher_gadget"></div>\n
<script src="../erp5_jquery/jquery/core/jquery.js"></script>\n <script src="jquery/core/jquery.js"></script>\n
<script src="activity-watcher-gadget.js"></script>\n <script src="activity-watcher-gadget.js"></script>\n
</div> </div>
......
41054 41055
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment