瀏覽代碼

init confirm also for configuration pages (#2048)

There are some actions that require confirmation also in the
configuration pages, such as delete user.
Alexandre Alapetite 7 年之前
父節點
當前提交
fe1f6223f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/scripts/main.js

+ 1 - 1
p/scripts/main.js

@@ -1514,9 +1514,9 @@ function init_afterDOM() {
 		return;
 	}
 	init_notifications();
+	init_confirm_action();
 	$stream = $('#stream');
 	if ($stream.length > 0) {
-		init_confirm_action();
 		init_load_more($stream);
 		init_posts();
 		init_nav_entries();