[Debtags-commits] [svn] r2019 - web/trunk/cloud
Erich Schubert
erich at costa.debian.org
Sat Oct 7 07:39:46 UTC 2006
Author: erich
Date: Sat Oct 7 07:39:43 2006
New Revision: 2019
Modified:
web/trunk/cloud/index.html
Log:
Fix opera, disable debug
Modified: web/trunk/cloud/index.html
==============================================================================
--- web/trunk/cloud/index.html (original)
+++ web/trunk/cloud/index.html Sat Oct 7 07:39:43 2006
@@ -3,7 +3,7 @@
<title>Dojo tag cloud test</title>
<link rel="stylesheet" type="text/css" media="screen" href="tags.css" />
<script type="text/javascript">
- var djConfig = {isDebug: true};
+ //var djConfig = {isDebug: true};
</script>
<script type="text/javascript" src="dojo.js"></script>
</head>
@@ -28,7 +28,7 @@
var bindArgs = {
url: "/cgi-bin/debtags-json.cgi/" + selectedtags.join("/"),
error: function(type, data, evt){ alert("error"); },
- mimetype: "text/json",
+ mimetype: "text/json"
};
var req = dojo.io.bind(bindArgs);
dojo.event.connect(req, "load", "contentCallBack");
More information about the Debtags-commits
mailing list