aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-20 05:44:29 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-20 05:44:29 -0400
commitda49befb1862c42abbefe07e0276dbdc8042468a (patch)
treefea99640881c52d4f61d43b482889d50ba04d18e /view/tpl
parenteac35c05e9059ba57aefc878cc669eb0efbbd086 (diff)
downloadvolse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.tar.gz
volse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.tar.bz2
volse-hubzilla-da49befb1862c42abbefe07e0276dbdc8042468a.zip
Wiki delete page confirmation and max image width
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/wiki.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl
index 7617808f4..d9a4f8be3 100644
--- a/view/tpl/wiki.tpl
+++ b/view/tpl/wiki.tpl
@@ -311,6 +311,9 @@ function wiki_delete_wiki(wikiHtmlName, resource_id) {
ev.preventDefault();
return false;
}
+ if(!confirm('Are you sure you want to delete the page: ' + window.wiki_page_name)) {
+ return;
+ }
$.post("wiki/{{$channel}}/delete/page", {name: window.wiki_page_name, resource_id: window.wiki_resource_id},
function (data) {
if (data.success) {