[rhmessaging-commits] rhmessaging commits: r3213 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Mar 25 17:56:18 EDT 2009


Author: justi9
Date: 2009-03-25 17:56:18 -0400 (Wed, 25 Mar 2009)
New Revision: 3213

Modified:
   mgmt/trunk/cumin/python/cumin/page.strings
Log:
Remove some obsolete javascript from the old update method

Modified: mgmt/trunk/cumin/python/cumin/page.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/page.strings	2009-03-25 21:54:50 UTC (rev 3212)
+++ mgmt/trunk/cumin/python/cumin/page.strings	2009-03-25 21:56:18 UTC (rev 3213)
@@ -108,36 +108,11 @@
 }
 
 [MainFrame.javascript]
-function updateActions(id, model) {
-    var pcount = model.invocations.pending;
-    var ccount = model.invocations.completed;
-    var ecount = model.invocations.failed;
-
-    var div = wooly.doc().elembyid(id);
-    var phs = div.elems("span", null, null, 0, 3);
-    var ph;
-
-    ph = phs.next();
-    ph.set(pcount);
-
-    ph = phs.next();
-    ph.set(ccount);
-
-    ph = phs.next();
-    ph.set(ecount);
-}
-
 function popupActions() {
     window.open("actions.html", "actions",
                 "width=640,height=480,scrollbars=yes");
 }
 
-function updateMain(data) {
-    var model = data.objectify();
-
-    cumin.runModelListeners(model);
-}
-
 [MainFrame.html]
 <div id="trans0"/>
 <div id="head">




More information about the rhmessaging-commits mailing list