diff --git a/client/admin/stats/stats.jsx b/client/admin/stats/stats.jsx index 609d7fe43..85ce10610 100644 --- a/client/admin/stats/stats.jsx +++ b/client/admin/stats/stats.jsx @@ -34,8 +34,6 @@ const Stats = createClass({
Total Brew Count
{this.state.stats.totalBrews}
-
Total Brews Published Count
-
{this.state.stats.totalPublishedBrews || 'no published brews'}
{this.state.fetching diff --git a/server/admin.api.js b/server/admin.api.js index 66bd58852..fe2def3ce 100644 --- a/server/admin.api.js +++ b/server/admin.api.js @@ -84,7 +84,6 @@ router.get('/admin/lookup/:id', mw.adminOnly, async (req, res, next)=>{ return res.status(500).json({ error: 'Internal Server Error' }); }); }); - /* Find 50 brews that aren't compressed yet */ router.get('/admin/finduncompressed', mw.adminOnly, (req, res)=>{ diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index ffab6bec9..373d546da 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -8,7 +8,7 @@ const SplitPane = createClass({ getDefaultProps : function() { return { storageKey : 'naturalcrit-pane-split', - onDragFinish : function(){}, //fires when dragging + onDragFinish : function(){} //fires when dragging }; }, diff --git a/themes/themes.json b/themes/themes.json index 9b65a61ca..16a4b9b13 100644 --- a/themes/themes.json +++ b/themes/themes.json @@ -29,12 +29,12 @@ "baseSnippets": false, "path": "Blank" }, - "journal": { + "Journal": { "name": "Journal", "renderer": "V3", "baseTheme": "Blank", "baseSnippets": "5ePHB", - "path": "journal" + "path": "Journal" } } } \ No newline at end of file