0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +00:00

More debug

This commit is contained in:
David Bolack
2024-03-06 10:37:10 -06:00
parent a54fb98d4e
commit 79a4291153

View File

@@ -166,7 +166,7 @@ const NewPage = createClass({
localStorage.removeItem(BREWKEY);
localStorage.removeItem(STYLEKEY);
localStorage.removeItem(METAKEY);
window.location = `/edit/${brew.editId}`;
//window.location = `/edit/${brew.editId}`;
},
renderSaveButton : function(){