new styles
This commit is contained in:
6
assets/js/main.js
Normal file
6
assets/js/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function showMore() {
|
||||
var hiddenText = document.getElementById('hiddenText');
|
||||
var showMoreBtn = document.getElementById('showMoreBtn');
|
||||
hiddenText.style.display = 'block';
|
||||
showMoreBtn.style.display = 'none';
|
||||
}
|
||||
Reference in New Issue
Block a user