Browse Source

fixed tagEntry redirection (#4366)

bulewhale235 3 years ago
parent
commit
5736ec67c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      p/scripts/main.js

+ 1 - 0
p/scripts/main.js

@@ -1172,6 +1172,7 @@ function init_stream(stream) {
 					name_tag: tagId == 0 ? tagName : '',
 					name_tag: tagId == 0 ? tagName : '',
 					id_entry: entryId,
 					id_entry: entryId,
 					checked: isChecked,
 					checked: isChecked,
+					ajax: 1,
 				}));
 				}));
 			}
 			}
 		}
 		}