aboutsummaryrefslogtreecommitdiffstats
path: root/library/textcomplete/textcomplete.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-09 01:52:48 +0000
committerMario <mario@mariovavti.com>2023-02-09 01:52:48 +0000
commit09c9b47265b144c905a51434c40002d8aef526e5 (patch)
treeff006fb316e3aa49ab49a6ed067aac4aea152b63 /library/textcomplete/textcomplete.js
parentea2b653b9bd831e835e19d4f5f1e560cee2f200e (diff)
downloadvolse-hubzilla-09c9b47265b144c905a51434c40002d8aef526e5.tar.gz
volse-hubzilla-09c9b47265b144c905a51434c40002d8aef526e5.tar.bz2
volse-hubzilla-09c9b47265b144c905a51434c40002d8aef526e5.zip
fix more hubloc confusion, implement hq widget author filter and some autocomplete fixes
Diffstat (limited to 'library/textcomplete/textcomplete.js')
-rw-r--r--library/textcomplete/textcomplete.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/textcomplete/textcomplete.js b/library/textcomplete/textcomplete.js
index 5134be691..5507a102c 100644
--- a/library/textcomplete/textcomplete.js
+++ b/library/textcomplete/textcomplete.js
@@ -1863,7 +1863,7 @@ var DropdownItem = function () {
value: function destroy() {
this.el.removeEventListener("mousedown", this.onClick, false);
this.el.removeEventListener("mouseover", this.onMouseover, false);
- this.el.removeEventListener("touchstart", this.onClick, false);
+ //this.el.removeEventListener("touchstart", this.onClick, false);
if (this.active) {
this.dropdown.activeItem = null;
}
@@ -1954,7 +1954,7 @@ var DropdownItem = function () {
this._el = li;
li.addEventListener("mousedown", this.onClick);
li.addEventListener("mouseover", this.onMouseover);
- li.addEventListener("touchstart", this.onClick);
+ //li.addEventListener("touchstart", this.onClick);
return li;
}
}, {
@@ -2406,4 +2406,4 @@ if (typeof module != 'undefined' && typeof module.exports != 'undefined') {
/***/ })
/******/ ]);
-//# sourceMappingURL=textcomplete.js.map \ No newline at end of file
+//# sourceMappingURL=textcomplete.js.map