From 7666ec33d1b942b31ff46eb694bca0b1c8754b68 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 9 Sep 2015 08:17:45 -0700 Subject: [PATCH] enable appcache --- controllers/editor.php | 2 +- public/editor/style.css | 1 + 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: * +