diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-30 03:48:18 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-30 03:48:18 -0500 |
commit | bf45fda7cb0f73999a479bf8ac93cfee1fb5c5d6 (patch) | |
tree | 609aef0bab8b326144803fc7574caaf5a0219498 | |
parent | 1298611b5f3890934a6061a99e2c0516481e8a72 (diff) |
fireworks fix for mobileprof_pic
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index dfca9c7..ffe7585 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
@@ -184,13 +184,6 @@ | |||
184 | "max": 0.03 | 184 | "max": 0.03 |
185 | } | 185 | } |
186 | }, | 186 | }, |
187 | "boundaries": { | ||
188 | "x": 50, | ||
189 | "y": 50, | ||
190 | "width": 1920, | ||
191 | "height": 928, | ||
192 | "visible": false | ||
193 | }, | ||
194 | }) | 187 | }) |
195 | f._randomRocketsPoint = true | 188 | f._randomRocketsPoint = true |
196 | f.start() | 189 | f.start() |