From 1421e7f16adc18ad0ef8c02317fcaaaefe0cf8bb Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Wed, 5 Jul 2017 18:05:31 +0200 Subject: Remove function from bootstrap not working to replace with the collapse plugin --- js/source.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'js/source.js') diff --git a/js/source.js b/js/source.js index 386ed2d..1eb0bb6 100644 --- a/js/source.js +++ b/js/source.js @@ -1,11 +1,3 @@ -/*only function required for global nav, taken from bootstrap.js*/ -function(e) { - e.preventDefault(); - var n = E._getTargetFromElement(this), - i = t(n).data(a), - o = i ? "toggle" : t(this).data(); - E._jQueryInterface.call(t(n), o) -} /*! mageia.org global nav | GNU GPL-3+ */ (function () { -- cgit v1.2.1