Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TamirCode authored Dec 25, 2021
1 parent f3f93fb commit 06b449a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ function fetchData() {
if (currentWebPage == "home") {
if ($(".search-and-fetchBtn-container").length) { // if element exists:
$(".loading").remove()
// renderCards()
// createPagination()
previousSearch = ""
$(".search-btn").trigger("click") // keeping search filter on refresh
} else {
Expand Down Expand Up @@ -492,7 +490,7 @@ function previousPageArrow() {
// #region || moreinfo slider

let previousMICurrency = "usd"; // previous more-info selected currency
let hasTimeNotPassed = {} //
let hasTimeNotPassed = {} // 2 minute setTimeOut localstorage data instead of fetch

if (localStorage.getItem("moreInfoDataKey") === null) {
localStorage.setItem("moreInfoDataKey", "{}");
Expand Down
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ main {
.about-page-section-1 {
padding-left: 100px;
grid-template-columns: 1fr;
/* grid-template-rows: 2fr 5fr; */
grid-template-rows: 2fr 3fr;
grid-template-areas:
"text"
Expand Down

0 comments on commit 06b449a

Please sign in to comment.