From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-includes/js/jquery/suggest.js | 316 ------------------------ 1 file changed, 316 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/js/jquery/suggest.js (limited to 'srcs/wordpress/wp-includes/js/jquery/suggest.js') diff --git a/srcs/wordpress/wp-includes/js/jquery/suggest.js b/srcs/wordpress/wp-includes/js/jquery/suggest.js deleted file mode 100644 index 97aab05..0000000 --- a/srcs/wordpress/wp-includes/js/jquery/suggest.js +++ /dev/null @@ -1,316 +0,0 @@ -/* - * jquery.suggest 1.1b - 2007-08-06 - * Patched by Mark Jaquith with Alexander Dick's "multiple items" patch to allow for auto-suggesting of more than one tag before submitting - * See: http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/#comment-7228 - * - * Uses code and techniques from following libraries: - * 1. http://www.dyve.net/jquery/?autocomplete - * 2. http://dev.jquery.com/browser/trunk/plugins/interface/iautocompleter.js - * - * All the new stuff written by Peter Vulgaris (www.vulgarisoip.com) - * Feel free to do whatever you want with this file - * - */ - -(function($) { - - $.suggest = function(input, options) { - var $input, $results, timeout, prevLength, cache, cacheSize; - - $input = $(input).attr("autocomplete", "off"); - $results = $("