Compare commits
2 Commits
f5f6dddba3
...
55e738a554
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55e738a554 | ||
|
|
45adfa9d5d |
2
dist/bookmarklet-payload.js
vendored
2
dist/bookmarklet-payload.js
vendored
File diff suppressed because one or more lines are too long
2
dist/bookmarklet.txt
vendored
2
dist/bookmarklet.txt
vendored
File diff suppressed because one or more lines are too long
2
dist/install.html
vendored
2
dist/install.html
vendored
File diff suppressed because one or more lines are too long
2
dist/kantine-standalone.html
vendored
2
dist/kantine-standalone.html
vendored
@@ -3357,7 +3357,7 @@ body {
|
|||||||
allWeeks.forEach(w => {
|
allWeeks.forEach(w => {
|
||||||
(w.days || []).forEach(d => {
|
(w.days || []).forEach(d => {
|
||||||
(d.items || []).forEach(item => {
|
(d.items || []).forEach(item => {
|
||||||
let text = (item.name || '').replace(/\s+/g, ' ').trim();
|
let text = (item.description || '').replace(/\s+/g, ' ').trim();
|
||||||
if (text && text.includes(' / ')) {
|
if (text && text.includes(' / ')) {
|
||||||
uniqueMenus.add(text);
|
uniqueMenus.add(text);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1316,7 +1316,7 @@
|
|||||||
allWeeks.forEach(w => {
|
allWeeks.forEach(w => {
|
||||||
(w.days || []).forEach(d => {
|
(w.days || []).forEach(d => {
|
||||||
(d.items || []).forEach(item => {
|
(d.items || []).forEach(item => {
|
||||||
let text = (item.name || '').replace(/\s+/g, ' ').trim();
|
let text = (item.description || '').replace(/\s+/g, ' ').trim();
|
||||||
if (text && text.includes(' / ')) {
|
if (text && text.includes(' / ')) {
|
||||||
uniqueMenus.add(text);
|
uniqueMenus.add(text);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user