Update webapp for /status changes
[blerg.git] / www / jssrc / blerg / Blerg.js
index 352962d..361b0c9 100644 (file)
@@ -13,8 +13,7 @@ enyo.kind({
         onSetTitle: "setTitle",
         onPostVisibility: "postVisibilityUpdate",
         onReload: "sendReload",
-        onShowChangePassword: "showChangePassword",
-        onClearFeedStatus: "clearFeedStatus"
+        onShowChangePassword: "showChangePassword"
     },
     components: [
         {classes: "blerg-header", components: [
@@ -100,8 +99,5 @@ enyo.kind({
     },
     showChangePassword: function() {
         this.$.passwdDialog.show();
-    },
-    clearFeedStatus: function() {
-        this.$.controls.waterfall('onClearFeedStatus');
     }
 });