[FIX] Removed unnecessary code.
authornoz (OpenERP) <noz@tinyerp.com>
Wed, 13 Apr 2011 13:17:56 +0000 (18:47 +0530)
committernoz (OpenERP) <noz@tinyerp.com>
Wed, 13 Apr 2011 13:17:56 +0000 (18:47 +0530)
bzr revid: noz@tinyerp.com-20110413131756-sfwp4wj67n9ql5ng

addons/web_chat/__openerp__.py

index 132986f..b62e62b 100644 (file)
@@ -2,7 +2,7 @@
     "name": "Web Chat",
     "version": "2.0",
     "depends": [],
-    "js": ["static/src/web_chat.js"],
+    "js": [],
     "css": [],
     'active': True,
 }