Skip to content

Commit

Permalink
Update blog.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Sep 2, 2016
1 parent 351fa6c commit 10fb098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.moon
Expand Up @@ -179,7 +179,7 @@ class extends lapis.Application
window.onload = function () { var simplemde = new SimpleMDE({
autosave: {
enabled: true,
uniqueId: '#{@url_for "blog_edit", slug: post.id}' // we use IDs because slugs can change
uniqueId: '/blog/edit/#{post.id}' // we use IDs because slugs can change (note, that means this is an invalid path!)
},
indentWithTabs: false,
insertTexts: {
Expand Down

0 comments on commit 10fb098

Please sign in to comment.