diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 08:23:13 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-01 08:23:13 +0000 |
| commit | 5162ce307dbd5a8b75570bf8b3c8f6f98ab3fd58 (patch) | |
| tree | 4a59f1e1292f8bf6ece352f0660e9a8bc4fd782f /lib | |
| parent | add tags (diff) | |
| download | mmm-5162ce307dbd5a8b75570bf8b3c8f6f98ab3fd58.tar.gz mmm-5162ce307dbd5a8b75570bf8b3c8f6f98ab3fd58.zip | |
load static render before UI
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mmmfs/init.moon | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mmmfs/init.moon b/lib/mmmfs/init.moon index 172f0ef..d0de45b 100644 --- a/lib/mmmfs/init.moon +++ b/lib/mmmfs/init.moon @@ -22,9 +22,8 @@ render = (root, path) -> export BROWSER BROWSER = Browser root, path - str = tohtml BROWSER - str ..= on_client rehydrate, path - str + content = tohtml BROWSER + content, on_client rehydrate, path { :Key |
