appscms-tools-theme 5.5.6 → 5.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/.DS_Store +0 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/Usp/usp.html +2 -2
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/faq/faq.html +2 -1
- data/_includes/appscms/reviews/trustpilot.html +1 -1
- data/_includes/appscms/usp/usp.html +9 -5
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-theme.css +14 -0
- data/assets/js/appscms-theme.js +72 -219
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b506b5abe94ff8a53fcfb752a704308a5e404696fdea4553c3e8e2c4d5a02a2d
|
|
4
|
+
data.tar.gz: c842c77706561613a16e479c1d9cd108a1173cb1f6cb045921e9fd213da4ed13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65db7aa3babe09ebc2851b4c007e13b24786393ba2e980cc05da85af324811594bed76bc513af73e4718f9ab023dc8c8a004b7baaf0e39b3d5b663357df1291e
|
|
7
|
+
data.tar.gz: f7cfc686de72f1402d8f6c74bdf1efa70af9bb4bcf5c2cf96fb84f192a859541698b26836d9559181eaa01ca8410ff1d5643cb7e1704cd5dc0c97902c4e78f24
|
data/_data/.DS_Store
CHANGED
|
Binary file
|
data/_includes/.DS_Store
CHANGED
|
Binary file
|
data/_includes/Usp/usp.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{%- if site.showusps -%}
|
|
6
6
|
<section class="usp-section">
|
|
7
7
|
<div class="container">
|
|
8
|
-
{%- if site.
|
|
8
|
+
{%- if site.clientid -%}
|
|
9
9
|
|
|
10
10
|
<div class="row">
|
|
11
11
|
<div class="col-md-9 mx-auto">
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
{%- endfor -%}
|
|
86
86
|
</tbody>
|
|
87
87
|
</table>
|
|
88
|
-
{%- if site.
|
|
88
|
+
{%- if site.clientid -%}
|
|
89
89
|
|
|
90
90
|
</div>
|
|
91
91
|
</div>
|
data/_includes/appscms/.DS_Store
CHANGED
|
Binary file
|
|
@@ -7,6 +7,7 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
|
7
7
|
-%}
|
|
8
8
|
{%- if pageData.FAQ.size>0 -%}
|
|
9
9
|
{%- if site.clientid -%}
|
|
10
|
+
<div class="container">
|
|
10
11
|
<div class="row">
|
|
11
12
|
<div class="col-xl-8 col-md-7 col-sm-7 mx-auto">
|
|
12
13
|
{%- endif -%}
|
|
@@ -49,6 +50,6 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
|
49
50
|
</div>
|
|
50
51
|
</div>
|
|
51
52
|
{%- if site.clientId -%}
|
|
52
|
-
</div></div>
|
|
53
|
+
</div></div></div>
|
|
53
54
|
{%- endif -%}
|
|
54
55
|
{%- endif -%} {%- endif -%}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
<div class="container">
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
{% assign file = page.fileName %}
|
|
2
5
|
{% assign lang = page.lang %}
|
|
3
6
|
{% assign folder = page.folderName %}
|
|
@@ -5,12 +8,12 @@
|
|
|
5
8
|
{%- if site.showusps -%}
|
|
6
9
|
{%- if site.clientId -%}
|
|
7
10
|
<div class="row">
|
|
8
|
-
<div class="col-
|
|
11
|
+
<div class="col-lg-8 mx-auto">
|
|
9
12
|
{%- endif -%}
|
|
10
13
|
<section class="usp-section">
|
|
11
14
|
<div class="container">
|
|
12
15
|
<div class="row">
|
|
13
|
-
<div class="col-
|
|
16
|
+
<div class="col-lg-12 mx-auto">
|
|
14
17
|
<h4 class="related_post_heading my-4">Our USPs</h4>
|
|
15
18
|
<table class="table table-bordered table-striped table-light ">
|
|
16
19
|
<tbody>
|
|
@@ -73,11 +76,11 @@
|
|
|
73
76
|
{%- if uspData -%}
|
|
74
77
|
{%- if site.clientId -%}
|
|
75
78
|
<div class="row">
|
|
76
|
-
<div class="col-
|
|
79
|
+
<div class="col-lg-8 mx-auto">
|
|
77
80
|
{%- endif -%}
|
|
78
81
|
<section class="usp-section">
|
|
79
82
|
<div class="container">
|
|
80
|
-
<div class="col-
|
|
83
|
+
<div class="col-lg-12 mx-auto">
|
|
81
84
|
<h4 class="related_post_heading my-4">{{uspData.USP_Heading}}</h4>
|
|
82
85
|
<table class="table table-bordered table-striped table-light ">
|
|
83
86
|
<tbody>
|
|
@@ -103,4 +106,5 @@
|
|
|
103
106
|
</div>
|
|
104
107
|
{%- endif -%}
|
|
105
108
|
{%- endif -%}
|
|
106
|
-
{%- endif -%}
|
|
109
|
+
{%- endif -%}
|
|
110
|
+
</div>
|
data/assets/.DS_Store
CHANGED
|
Binary file
|
|
@@ -477,6 +477,7 @@ body {
|
|
|
477
477
|
.appscms-product-footer {
|
|
478
478
|
background-color: white;
|
|
479
479
|
margin-top: 50px;
|
|
480
|
+
padding: 20px;
|
|
480
481
|
}
|
|
481
482
|
.appscms-footer-products {
|
|
482
483
|
opacity: 100%;
|
|
@@ -1543,6 +1544,7 @@ body {
|
|
|
1543
1544
|
width: 100%;
|
|
1544
1545
|
border-radius: 8px;
|
|
1545
1546
|
overflow: hidden;
|
|
1547
|
+
margin-bottom: 0px !important;
|
|
1546
1548
|
}
|
|
1547
1549
|
|
|
1548
1550
|
.usp-section .table th,
|
|
@@ -2588,6 +2590,7 @@ select:focus {
|
|
|
2588
2590
|
flex: 0 0 100%;
|
|
2589
2591
|
margin-right: 0;
|
|
2590
2592
|
}
|
|
2593
|
+
|
|
2591
2594
|
}
|
|
2592
2595
|
.icon_box img {
|
|
2593
2596
|
border-radius: 9px;
|
|
@@ -2924,6 +2927,7 @@ select:focus {
|
|
|
2924
2927
|
.review {
|
|
2925
2928
|
padding: 0px 50px;
|
|
2926
2929
|
}
|
|
2930
|
+
|
|
2927
2931
|
}
|
|
2928
2932
|
|
|
2929
2933
|
.reviews {
|
|
@@ -3932,3 +3936,13 @@ textarea {
|
|
|
3932
3936
|
width: 100%;
|
|
3933
3937
|
}
|
|
3934
3938
|
}
|
|
3939
|
+
|
|
3940
|
+
@media screen and (max-width: 768px) {
|
|
3941
|
+
.trustpilot-h2 {font-size: 15px;}
|
|
3942
|
+
.trustpilot-container{
|
|
3943
|
+
padding: 1rem;
|
|
3944
|
+
}
|
|
3945
|
+
.trustpilot-h2{
|
|
3946
|
+
padding: 1rem;
|
|
3947
|
+
}
|
|
3948
|
+
}
|
data/assets/js/appscms-theme.js
CHANGED
|
@@ -168,265 +168,118 @@ if (processingBtn && buttonLoader) {
|
|
|
168
168
|
}, { passive: true });
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
|
|
172
|
-
// if ("{{ site.navigationSearch }}" === "true") {
|
|
173
|
-
// // Fetch data directly from alllinks.json
|
|
174
|
-
// fetch("/alllinks.json")
|
|
175
|
-
// .then((response) => response.json())
|
|
176
|
-
// .then((data) => {
|
|
177
|
-
// // Check if the URL includes "/hi" to determine the language
|
|
178
|
-
// if (window.location.pathname.includes("/hi")) {
|
|
179
|
-
// window.fetchedData = data.featuredLinkshi; // Use Hindi data
|
|
180
|
-
// } else {
|
|
181
|
-
// window.fetchedData = data.featuredLinks; // Use English data
|
|
182
|
-
// }
|
|
183
|
-
// })
|
|
184
|
-
// .catch((error) => {
|
|
185
|
-
// console.error("Error fetching data:", error);
|
|
186
|
-
// });
|
|
187
|
-
|
|
188
|
-
// // Filter data based on search query
|
|
189
|
-
// function filterData(data, query) {
|
|
190
|
-
// return data.filter((item) =>
|
|
191
|
-
// item.name.toLowerCase().includes(query.toLowerCase())
|
|
192
|
-
// );
|
|
193
|
-
// }
|
|
194
|
-
|
|
195
|
-
// // Display filtered results
|
|
196
|
-
// function displayResults(results) {
|
|
197
|
-
// const resultsContainer = document.getElementById("results");
|
|
198
|
-
// resultsContainer.style.display = results.length ? "block" : "none";
|
|
199
|
-
// resultsContainer.innerHTML = results.length
|
|
200
|
-
// ? results
|
|
201
|
-
// .map(
|
|
202
|
-
// (result) =>
|
|
203
|
-
// `<div class="result-item"><a href="${result.url}" target="_blank">${result.name}</a></div>`
|
|
204
|
-
// )
|
|
205
|
-
// .join("")
|
|
206
|
-
// : "<p>No results found</p>";
|
|
207
|
-
// }
|
|
208
|
-
|
|
209
|
-
// function mobileDisplayResults(results) {
|
|
210
|
-
// const mobileResultsContainer = document.querySelector(
|
|
211
|
-
// ".mobile-searchbarResults"
|
|
212
|
-
// );
|
|
213
|
-
// mobileResultsContainer.style.display = results.length ? "block" : "none";
|
|
214
|
-
// mobileResultsContainer.innerHTML = results.length
|
|
215
|
-
// ? results
|
|
216
|
-
// .map(
|
|
217
|
-
// (result) =>
|
|
218
|
-
// `<div class="mobile-result-item"><a href="${result.url}" target="_blank">${result.name}</a></div>`
|
|
219
|
-
// )
|
|
220
|
-
// .join("")
|
|
221
|
-
// : "<p>No results found</p>";
|
|
222
|
-
// }
|
|
223
|
-
|
|
224
|
-
// // Handle search input
|
|
225
|
-
// const searchInput = document.querySelector(".search-input");
|
|
226
|
-
|
|
227
|
-
// searchInput.addEventListener("input", (event) => {
|
|
228
|
-
// const query = event.target.value;
|
|
229
|
-
// const data = window.fetchedData || [];
|
|
230
|
-
// const filteredResults = filterData(data, query);
|
|
231
|
-
// displayResults(filteredResults);
|
|
232
|
-
|
|
233
|
-
// gtag("event", "search", {
|
|
234
|
-
// event_category: "engagement",
|
|
235
|
-
// event_label: "Search Box",
|
|
236
|
-
// value: query,
|
|
237
|
-
// });
|
|
238
|
-
// });
|
|
239
|
-
|
|
240
|
-
// const mobileSearchInput = document.querySelector(".mobile-search-input");
|
|
241
|
-
// mobileSearchInput.addEventListener("input", (event) => {
|
|
242
|
-
// const query = event.target.value;
|
|
243
|
-
// const data = window.fetchedData || [];
|
|
244
|
-
// const filteredResults = filterData(data, query);
|
|
245
|
-
// mobileDisplayResults(filteredResults);
|
|
246
|
-
|
|
247
|
-
// gtag("event", "search", {
|
|
248
|
-
// event_category: "engagement",
|
|
249
|
-
// event_label: "Search Box",
|
|
250
|
-
// value: query,
|
|
251
|
-
// });
|
|
252
|
-
// });
|
|
253
|
-
|
|
254
|
-
// // Hide results when clicking outside search input and results container
|
|
255
|
-
// document.addEventListener("click", (event) => {
|
|
256
|
-
// const resultsContainer = document.getElementById("results");
|
|
257
|
-
|
|
258
|
-
// if (
|
|
259
|
-
// !searchInput.contains(event.target) &&
|
|
260
|
-
// !resultsContainer.contains(event.target)
|
|
261
|
-
// ) {
|
|
262
|
-
// resultsContainer.style.display = "none";
|
|
263
|
-
// }
|
|
264
|
-
// if (!window.location.pathname.includes("/hi")) {
|
|
265
|
-
// const mobileResultsContainer = document.querySelector(
|
|
266
|
-
// ".mobile-searchbarResults"
|
|
267
|
-
// );
|
|
268
|
-
// if (
|
|
269
|
-
// !mobileSearchInput.contains(event.target) &&
|
|
270
|
-
// !mobileResultsContainer.contains(event.target)
|
|
271
|
-
// ) {
|
|
272
|
-
// mobileResultsContainer.style.display = "none";
|
|
273
|
-
// }
|
|
274
|
-
// }
|
|
275
|
-
// });
|
|
276
|
-
// }
|
|
277
|
-
|
|
278
171
|
if ("{{ site.navigationSearch }}" === "true") {
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
da: 'featuredLinksda',
|
|
283
|
-
es: 'featuredLinkses',
|
|
284
|
-
id: 'featuredLinksid',
|
|
285
|
-
it: 'featuredLinksit',
|
|
286
|
-
nl: 'featuredLinksnl',
|
|
287
|
-
pl: 'featuredLinkspl',
|
|
288
|
-
pt: 'featuredLinkspt',
|
|
289
|
-
sv: 'featuredLinkssv',
|
|
290
|
-
tr: 'featuredLinkstr',
|
|
291
|
-
vi: 'featuredLinksvi',
|
|
292
|
-
hi: 'featuredLinkshi',
|
|
293
|
-
fr: 'featuredLinksfr',
|
|
294
|
-
};
|
|
172
|
+
const SUPPORTED_LANGUAGES = [
|
|
173
|
+
'zh-tw', 'de', 'da', 'es', 'id', 'it', 'nl', 'pl', 'pt', 'sv', 'tr', 'vi', 'hi', 'fr', 'ar', 'ja', 'ko', 'ru', 'th', 'uk', 'zh'
|
|
174
|
+
];
|
|
295
175
|
|
|
296
176
|
// Helper function to get current language from URL
|
|
297
177
|
function getCurrentLanguage() {
|
|
298
178
|
const path = window.location.pathname;
|
|
299
|
-
|
|
300
|
-
path.includes(`/${lang}`)
|
|
301
|
-
|
|
179
|
+
for (const lang of SUPPORTED_LANGUAGES) {
|
|
180
|
+
if (path.includes(`/${lang}/`) || path.endsWith(`/${lang}`)) {
|
|
181
|
+
return lang;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
return 'en';
|
|
302
185
|
}
|
|
303
186
|
|
|
304
|
-
// Fetch data directly from alllinks.json
|
|
305
|
-
fetch("/alllinks.json")
|
|
306
|
-
.then((response) => response.json())
|
|
307
|
-
.then((data) => {
|
|
308
|
-
// Store all data globally
|
|
309
|
-
window.allData = data;
|
|
310
|
-
const currentLang = getCurrentLanguage();
|
|
311
|
-
// Set initial data based on current language
|
|
312
|
-
window.fetchedData = currentLang === 'en'
|
|
313
|
-
? data.featuredLinks
|
|
314
|
-
: data[SUPPORTED_LANGUAGES[currentLang]];
|
|
315
|
-
})
|
|
316
|
-
.catch((error) => {
|
|
317
|
-
console.error("Error fetching data:", error);
|
|
318
|
-
});
|
|
319
|
-
|
|
320
187
|
// Filter data based on search query
|
|
321
188
|
function filterData(data, query) {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
)
|
|
189
|
+
if (!Array.isArray(data)) return [];
|
|
190
|
+
const q = query.toLowerCase();
|
|
191
|
+
return data.filter((item) =>
|
|
192
|
+
item && item.name && item.name.toLowerCase().includes(q)
|
|
193
|
+
);
|
|
325
194
|
}
|
|
326
195
|
|
|
327
196
|
// Display filtered results
|
|
328
|
-
function displayResults(
|
|
197
|
+
function displayResults(results, container) {
|
|
329
198
|
const resultsContainer = container || document.getElementById("results");
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
// Combine results, with primary results first
|
|
333
|
-
const combinedResults = [...primaryResults];
|
|
334
|
-
if (primaryResults.length < 4) {
|
|
335
|
-
// Only add secondary results if primary results are less than 4
|
|
336
|
-
secondaryResults.forEach(result => {
|
|
337
|
-
// Check if this result isn't already in primary results
|
|
338
|
-
if (!primaryResults.some(pr => pr.url === result.url)) {
|
|
339
|
-
combinedResults.push(result);
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
}
|
|
199
|
+
if (!resultsContainer) return;
|
|
343
200
|
|
|
344
|
-
resultsContainer.style.display =
|
|
345
|
-
|
|
346
|
-
if (
|
|
201
|
+
resultsContainer.style.display = results.length ? "block" : "none";
|
|
202
|
+
|
|
203
|
+
if (results.length === 0) {
|
|
347
204
|
resultsContainer.innerHTML = "<p>No results found</p>";
|
|
348
205
|
return;
|
|
349
206
|
}
|
|
350
207
|
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
try {
|
|
354
|
-
return new Intl.DisplayNames(['en'], { type: 'language' }).of('en');
|
|
355
|
-
} catch (e) {
|
|
356
|
-
return 'English';
|
|
357
|
-
}
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
// Display results with language indicators
|
|
361
|
-
resultsContainer.innerHTML = combinedResults
|
|
362
|
-
.map((result, index) => {
|
|
363
|
-
const isSecondary = index >= primaryResults.length;
|
|
208
|
+
resultsContainer.innerHTML = results
|
|
209
|
+
.map((result) => {
|
|
364
210
|
return `
|
|
365
|
-
<div class="result-item
|
|
366
|
-
<a href="${result.url}"
|
|
367
|
-
${isSecondary ? `<span class="language-indicator"></span>` : ''}
|
|
211
|
+
<div class="result-item">
|
|
212
|
+
<a href="${result.url}">${result.name}</a>
|
|
368
213
|
</div>
|
|
369
214
|
`;
|
|
370
215
|
})
|
|
371
216
|
.join("");
|
|
372
217
|
}
|
|
373
218
|
|
|
374
|
-
|
|
219
|
+
// Cache loaded language JSON files to prevent re-fetching on every keystroke
|
|
220
|
+
const langDataCache = {};
|
|
221
|
+
|
|
222
|
+
async function fetchLanguageFile(langCode) {
|
|
223
|
+
if (langDataCache[langCode]) {
|
|
224
|
+
return langDataCache[langCode];
|
|
225
|
+
}
|
|
226
|
+
const response = await fetch(`/search_data/home_tools_${langCode}.json`);
|
|
227
|
+
if (!response.ok) throw new Error(`Failed to load home_tools_${langCode}.json`);
|
|
228
|
+
const json = await response.json();
|
|
229
|
+
const dataArray = (json && Array.isArray(json.featuredLinks))
|
|
230
|
+
? json.featuredLinks
|
|
231
|
+
: (Array.isArray(json) ? json : []);
|
|
232
|
+
langDataCache[langCode] = dataArray;
|
|
233
|
+
return dataArray;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
async function handleSearch(event, isDesktop = true) {
|
|
375
237
|
const query = event.target.value.trim();
|
|
376
|
-
const container = isDesktop ?
|
|
377
|
-
document.getElementById("results") :
|
|
238
|
+
const container = isDesktop ?
|
|
239
|
+
document.getElementById("results") :
|
|
378
240
|
document.querySelector(".mobile-searchbarResults");
|
|
379
241
|
|
|
242
|
+
if (!container) return;
|
|
243
|
+
|
|
244
|
+
// Clear container and hide if input is empty
|
|
380
245
|
if (!query) {
|
|
381
246
|
container.style.display = "none";
|
|
382
247
|
return;
|
|
383
248
|
}
|
|
384
249
|
|
|
385
250
|
const currentLang = getCurrentLanguage();
|
|
386
|
-
const currentLangData = currentLang === 'en'
|
|
387
|
-
? window.allData.featuredLinks
|
|
388
|
-
: window.allData[SUPPORTED_LANGUAGES[currentLang]];
|
|
389
|
-
|
|
390
|
-
// First, search in current language data
|
|
391
|
-
const primaryResults = filterData(currentLangData, query);
|
|
392
|
-
|
|
393
|
-
// If primary results are less than 4, also search in English data
|
|
394
|
-
const englishResults = primaryResults.length < 4 ?
|
|
395
|
-
filterData(window.allData.featuredLinks, query) :
|
|
396
|
-
[];
|
|
397
|
-
|
|
398
|
-
// Display results with current language first, then English if needed
|
|
399
|
-
displayResults(primaryResults, englishResults, container);
|
|
400
|
-
|
|
401
|
-
gtag("event", "search", {
|
|
402
|
-
event_category: "engagement",
|
|
403
|
-
event_label: "Search Box",
|
|
404
|
-
value: query,
|
|
405
|
-
});
|
|
406
|
-
}
|
|
407
251
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
// Set up mobile search
|
|
413
|
-
const mobileSearchInput = document.querySelector(".mobile-search-input");
|
|
414
|
-
mobileSearchInput.addEventListener("input", (event) => handleSearch(event, false));
|
|
252
|
+
try {
|
|
253
|
+
// Load ONLY the JSON file for the current language from missing_links/
|
|
254
|
+
const langData = await fetchLanguageFile(currentLang);
|
|
255
|
+
const results = filterData(langData, query);
|
|
415
256
|
|
|
416
|
-
|
|
417
|
-
document.addEventListener("click", (event) => {
|
|
418
|
-
const resultsContainer = document.getElementById("results");
|
|
419
|
-
const mobileResultsContainer = document.querySelector(".mobile-searchbarResults");
|
|
257
|
+
displayResults(results, container);
|
|
420
258
|
|
|
421
|
-
|
|
422
|
-
|
|
259
|
+
if (typeof gtag === "function") {
|
|
260
|
+
gtag("event", "search", {
|
|
261
|
+
event_category: "engagement",
|
|
262
|
+
event_label: "Search Box",
|
|
263
|
+
value: query,
|
|
264
|
+
});
|
|
265
|
+
}
|
|
266
|
+
} catch (error) {
|
|
267
|
+
console.error("Error fetching language search data:", error);
|
|
423
268
|
}
|
|
269
|
+
}
|
|
424
270
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
271
|
+
const themeSearchInput = document.querySelector(".search-input");
|
|
272
|
+
if (themeSearchInput) {
|
|
273
|
+
themeSearchInput.addEventListener("input", (event) => handleSearch(event, true));
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// Set up mobile search
|
|
277
|
+
const mobileSearchInput = document.querySelector(".mobile-search-input");
|
|
278
|
+
if (mobileSearchInput) {
|
|
279
|
+
mobileSearchInput.addEventListener("input", (event) => handleSearch(event, false));
|
|
280
|
+
}
|
|
429
281
|
}
|
|
282
|
+
|
|
430
283
|
document.addEventListener("DOMContentLoaded", function () {
|
|
431
284
|
const scrollContainer = document.querySelector(".appscms-toolbar-list");
|
|
432
285
|
const scrollLeft = document.querySelector(".scroll-left");
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|