diff options
| author | 2016-11-15 22:15:54 +0100 | |
|---|---|---|
| committer | 2016-11-15 22:15:54 +0100 | |
| commit | 8e68ee54e03ab6618545f2315f76e0e421b3ee34 (patch) | |
| tree | 5171ee44d6210a35f8825589882319dff98574c3 /p/scripts | |
| parent | 2cdc83d24d0c90df1410d3b5672542a2e4c146c2 (diff) | |
init confirm after DOM load
https://github.com/FreshRSS/FreshRSS/issues/1348
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 078bec682..14e0c5be5 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1354,7 +1354,6 @@ function init_beforeDOM() { window.setTimeout(init_beforeDOM, 100); return; } - init_confirm_action(); if (['normal', 'reader', 'global'].indexOf(context.current_view) >= 0) { inject_script('jquery.sticky-kit.min.js'); init_normal(); @@ -1372,6 +1371,7 @@ function init_afterDOM() { init_notifications(); $stream = $('#stream'); if ($stream.length > 0) { + init_confirm_action(); init_load_more($stream); init_posts(); init_nav_entries(); |
