amalgame/commit

set loading icon of infobox in the new event flow

authorJacco van Ossenbruggen
Mon Sep 29 18:40:37 2014 +0200
committerJacco van Ossenbruggen
Mon Sep 29 18:40:37 2014 +0200
commit9c0085d29a45b83aa5dced7d8fdea2c2ad22a29c
tree27e0789ef576db572f779af1287c86a5ebc62e91
parentc0fd67a394db09520625bfe4f72e62eda56ead66
Diff style: patch stat
diff --git a/web/js/builder.js b/web/js/builder.js
index 30013d0..5ad2616 100644
--- a/web/js/builder.js
+++ b/web/js/builder.js
@@ -247,6 +247,7 @@ YUI.add('builder', function(Y) {
 		},
 
 		_onNodeSelect : function(e) {
+			this.infobox.set('loading', true);
 			this.updateNodeList(e.uri);
 			// var selected = this.get("nodes")[e.uri];
 			// this.set("selected", selected);