From 39061adc5125ee2f57121f6bd73673a774b26674 Mon Sep 17 00:00:00 2001 From: Shilpi Date: Mon, 7 Oct 2019 11:07:56 +0530 Subject: [PATCH] minor change --- pages/caricatures.html | 7 +++++-- script.js | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/caricatures.html b/pages/caricatures.html index e5fed0d..536f6c9 100644 --- a/pages/caricatures.html +++ b/pages/caricatures.html @@ -146,9 +146,12 @@
-
+
- + +
+
Sold Out
+
Likuid Spaces
Colombo | October 5th, 2019
diff --git a/script.js b/script.js index 88a3672..91b4d85 100644 --- a/script.js +++ b/script.js @@ -431,8 +431,8 @@ console.log("value2",value) $scope.showval = false; $scope.hideval = false; - $scope.showvalue = false; - $scope.hidevalue = true; + $scope.showvalue = true; + $scope.hidevalue = false; } } -- 2.0.0