forked from LiveCarta/LiveCartaWP
@@ -53,6 +53,7 @@ window.addEventListener('DOMContentLoaded', function(){
|
|||||||
|
|
||||||
// catalog
|
// catalog
|
||||||
|
|
||||||
|
if (document.getElementById('catalogSearchBtn')) {
|
||||||
const catalogSearchBtn = document.getElementById('catalogSearchBtn');
|
const catalogSearchBtn = document.getElementById('catalogSearchBtn');
|
||||||
const catalogSearchInput = document.getElementById('catalogSearchInput');
|
const catalogSearchInput = document.getElementById('catalogSearchInput');
|
||||||
const catalogSearchClear = document.getElementById('catalogSearchClear');
|
const catalogSearchClear = document.getElementById('catalogSearchClear');
|
||||||
@@ -72,6 +73,7 @@ window.addEventListener('DOMContentLoaded', function(){
|
|||||||
top.location = 'https://app.livecarta.com/catalog?tab=books-tab&search=' + searchText;
|
top.location = 'https://app.livecarta.com/catalog?tab=books-tab&search=' + searchText;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// sliders
|
// sliders
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user