From 473b1df16aba7026694e8b922232f74479f95d8e Mon Sep 17 00:00:00 2001 From: M Somerville Date: Wed, 23 Dec 2020 20:16:25 +0000 Subject: [PATCH] Make initial frame content useful If the JavaScript does not run for whatever reason, provide a link so that the set side emails can still be seen. --- docs/handbook/03_frames.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/handbook/03_frames.md b/docs/handbook/03_frames.md index 53bcd89..b5f022e 100644 --- a/docs/handbook/03_frames.md +++ b/docs/handbook/03_frames.md @@ -74,11 +74,11 @@ In the example above, the trays start empty, but it's also possible to populate ```html - + Set aside emails ``` -Upon loading the imbox page, the set-aside tray is loaded from `/emails/set_aside`, and the response must contain a corresponding `` element as in the original example: +With some JavaScript, you could replace the link with a spinner when the content starts loading. Upon loading the imbox page, the set-aside tray is loaded from `/emails/set_aside`, and the response must contain a corresponding `` element as in the original example: ```html