From 70fa4230268a422d0b7eef1ea223ca5cc1c14646 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Feb 2021 21:51:18 +0300 Subject: initial for RIP prototype/scriptaculous --- classes/handler/public.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index b810019c1..80c1c271d 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -362,7 +362,6 @@ class Handler_Public extends Handler { echo javascript_tag("lib/dojo/dojo.js"); echo javascript_tag("js/utility.js"); echo javascript_tag("lib/dojo/tt-rss-layer.js"); - echo javascript_tag("lib/scriptaculous/scriptaculous.js?load=effects,controls") ?> @@ -388,10 +387,10 @@ class Handler_Public extends Handler { ready(function() { parser.parse(); - new Ajax.Autocompleter('labels_value', 'labels_choices', + /* new Ajax.Autocompleter('labels_value', 'labels_choices', "backend.php?op=rpc&method=completeLabels", { tokens: ',', paramName: "search" }); - }); + }); */ }); } }; -- cgit v1.2.3