Skip to content
Snippets Groups Projects
Commit 8a09ac10 authored by Andreas Valder's avatar Andreas Valder
Browse files

closes #89

parent 1e51eaa5
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ var moderator = {
moderator.api.set(path,value ? 1 : 0);
},
deletebtnclick: function(src) {
if (confirm('Realy delete this?')) {
if (confirm('Really delete this?')) {
moderator.api.set($(src).data('path'),1,true);
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment