You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2012/01/12 12:33:54 UTC

svn commit: r1230497 - /lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js

Author: andreas
Date: Thu Jan 12 11:33:53 2012
New Revision: 1230497

URL: http://svn.apache.org/viewvc?rev=1230497&view=rev
Log:
Don't alert error message.

Modified:
    lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js

Modified: lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js?rev=1230497&r1=1230496&r2=1230497&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js (original)
+++ lenya/contributions/2_0_X/modules/tagcloud/resources/javascript/TagCloud.js Thu Jan 12 11:33:53 2012
@@ -57,7 +57,7 @@ dojo.declare(
         },
     
         error: function(response, ioArgs) {
-          alert("Could not load tag cloud, HTTP status code: " + ioArgs.xhr.status);
+          that._container.innerHTML = "Could not load tag cloud, HTTP status code: " + ioArgs.xhr.status;
           return response;
         }
         



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org