[Debtags-commits] [svn] r2010 - web/trunk/cloud
Erich Schubert
erich at costa.debian.org
Thu Oct 5 19:37:56 UTC 2006
Author: erich
Date: Thu Oct 5 19:37:56 2006
New Revision: 2010
Modified:
web/trunk/cloud/index.html
Log:
really fix dojo
Modified: web/trunk/cloud/index.html
==============================================================================
--- web/trunk/cloud/index.html (original)
+++ web/trunk/cloud/index.html Thu Oct 5 19:37:56 2006
@@ -189,11 +189,11 @@
showSelected( seltags, data.selected );
tagcloud.innerHTML = "";
makeCloud( tagcloud, tags);
- dojo.widget.byId("LoadingDialogContent").hide;
+ dojo.widget.byId("LoadingDialogContent").hide();
}
dojo.addOnLoad(update);
</script>
- <div dojoType="dialog" id="LoadingDialogContent" bgColor="white" bgOpacity="0.5" toggle="fade" toggleDuration="250" style="font-size: xx-large; font-weight: bold">Loading ...</div>
+ <div dojoType="dialog" id="LoadingDialogContent" bgColor="white" bgOpacity="0.5" toggle="fade" toggleDuration="250"><span style="font-size: xx-large; font-weight: bold">Loading ...</span></div>
</body>
</html>
More information about the Debtags-commits
mailing list