From 2fab9770a78e8203030a18ac97d666fa51ed8202 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 4 Apr 2013 00:46:14 -0400 Subject: [PATCH] added pricing header --- dashboard-ui/plugincatalog.html | 2 +- dashboard-ui/scripts/plugincatalogpage.js | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html index 97df6766c..1694c8c6f 100644 --- a/dashboard-ui/plugincatalog.html +++ b/dashboard-ui/plugincatalog.html @@ -39,7 +39,7 @@
-

+

Pricing:

diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 45414b6bf..e86da1852 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -2,8 +2,6 @@ // The base query options var query = { - IsPremium: false, - TargetSystems: "" }; function reloadList(page) { @@ -102,7 +100,7 @@ if (this.checked) { query.IsPremium = true; } else { - query.IsPremium = false; + query.IsPremium = null; } reloadList(page);