diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:17:45 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:17:45 -0700 |
commit | 7666ec33d1b942b31ff46eb694bca0b1c8754b68 (patch) | |
tree | 90bb95a2b791b93251947b15116e9ba329084eda | |
parent | 2bb18a66be585384acd5a4068a4311a976e28c57 (diff) |
enable appcache
-rw-r--r-- | controllers/editor.php | 2 | ||||
-rw-r--r-- | public/editor/style.css | 1 | ||||
-rw-r--r-- | views/partials/appcache.php | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/controllers/editor.php b/controllers/editor.php index 077adcb..4c9740b 100644 --- a/controllers/editor.php +++ b/controllers/editor.php @@ -68,7 +68,7 @@ $app->post('/editor/test-login', function() use($app) { }); $app->get('/appcache.manifest', function() use($app) { - $content = partial('-partials/appcache'); + $content = partial('partials/appcache'); $app->response()['Content-type'] = 'text/cache-manifest'; $app->response()->body($content); diff --git a/public/editor/style.css b/public/editor/style.css index 6d02615..2cfd542 100644 --- a/public/editor/style.css +++ b/public/editor/style.css @@ -41,6 +41,7 @@ img { border: 0; } display: block; } #micropub-html-btn { + font-size: 14px; border-radius: 6px; padding: 0 12px; height: 28px; diff --git a/views/partials/appcache.php b/views/partials/appcache.php index 6b4c319..79a0b70 100644 --- a/views/partials/appcache.php +++ b/views/partials/appcache.php @@ -1,6 +1,6 @@ CACHE MANIFEST -# v18 +# v24 /editor /editor/style.css @@ -25,3 +25,4 @@ CACHE MANIFEST NETWORK: * + |