diff options
| author | 2022-05-15 19:46:34 +0800 | |
|---|---|---|
| committer | 2022-05-15 13:46:34 +0200 | |
| commit | 5736ec67c4bffecd735ae5ed3070dd01eb6e7413 (patch) | |
| tree | 2c8e30879139d81c37316b28bd336a4d9a747fec | |
| parent | 5110d1db3e030d4f7960e18bf3e9db8cb5a2fa3a (diff) | |
fixed tagEntry redirection (#4366)
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 140253c6c..95822e412 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1172,6 +1172,7 @@ function init_stream(stream) { name_tag: tagId == 0 ? tagName : '', id_entry: entryId, checked: isChecked, + ajax: 1, })); } } |
