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; } }