From 69b303f896dd24e2188be6528bc7344b4d743ef9 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 29 2018 12:28:43 +0000 Subject: remove unused jquery.expander --- diff --git a/pagure/static/vendor/jquery.expander/jquery.expander-1.7.0.js b/pagure/static/vendor/jquery.expander/jquery.expander-1.7.0.js deleted file mode 100644 index b1ccaeb..0000000 --- a/pagure/static/vendor/jquery.expander/jquery.expander-1.7.0.js +++ /dev/null @@ -1,524 +0,0 @@ -/* jshint -W003 */ -/*! - * jQuery Expander Plugin - v1.7.0 - 2016-03-12 - * https://kswedberg.github.io/jquery-expander/ - * Copyright (c) 2016 Karl Swedberg - * Licensed MIT (http://www.opensource.org/licenses/mit-license.php) - */ - -(function(factory) { - if (typeof define === 'function' && define.amd) { - define(['jquery'], factory); - } else if (typeof module === 'object' && typeof module.exports === 'object') { - module.exports = factory; - } else { - factory(jQuery); - } -})(function($) { - $.expander = { - version: '1.7.0', - defaults: { - // the number of characters at which the contents will be sliced into two parts. - slicePoint: 100, - - // a string of characters at which to slice the contents into two parts, - // but only if the string appears before slicePoint - // Useful for slicing at the first line break, e.g. {sliceOn: '