()
| 195 | } |
| 196 | |
| 197 | function parentBuyingforSelfPromptKey () { |
| 198 | return `parent-buying-for-self-prompt-${me.get('_id')}` |
| 199 | } |
| 200 | |
| 201 | function markParentBuyingForSelfPromptSeen () { |
| 202 | localStorage.save(parentBuyingforSelfPromptKey(), true, 24 * 60) |
no test coverage detected