mirror of https://github.com/xwiki-labs/cryptpad
Fix tag link in drive
This commit is contained in:
parent
0265103cd1
commit
ad9a10701d
|
@ -3389,7 +3389,7 @@ define([
|
||||||
var tagLink = h('a', { href: '#' }, '#' + tag);
|
var tagLink = h('a', { href: '#' }, '#' + tag);
|
||||||
$(tagLink).click(function () {
|
$(tagLink).click(function () {
|
||||||
if (displayedCategories.indexOf(SEARCH) !== -1) {
|
if (displayedCategories.indexOf(SEARCH) !== -1) {
|
||||||
APP.Search.$input.val('#' + tag).keyup();
|
displayDirectory([SEARCH, '#' + tag]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
lines.push(h('tr', [
|
lines.push(h('tr', [
|
||||||
|
|
Loading…
Reference in New Issue